Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
New installation problem
#1
I am running with Ubuntu 22.04 

I have been using your Kodi for a very long time.  Then my pc blew.  I am now re-installing.  I am now running with ubuntu 22.04   I have used ubuntu to install Kodi.  I need direction on where I can find how to setup kodi from when it starts after installation.  I have screwed it all up (forgot howto) and now I need to remove it and re-install it.

Thoughts?
Processor:                     AMD FX(tn)-4300 Quad-Core Processor
Memory:                        15307MB (4282MB used)
Operating System:        Ubuntu 22.04 LTS
Reply
#2
Since Team Kodi PPA for Ubuntu is not maintained right now, you can install Kodi from Ubuntu repositories:
Quote:apt-get install kodi

or use Flatpak made by Team Kodi.

Or you can install Debian (the father of Ubuntu) and get 20.1 in stable or 21.1 in testing. Installation is the same as Ubuntu, but I maintain it in Debian.
Maintainer of Kodi from Debian | Got an issue with Kodi from Debian? Report it here: Kodi from Debian - Support Thread
Reply
#3

  1. Install Flatpak
  2. Install kodi from Flathub
  3. Create /etc/systemd/system/kodi.service
  4. systemctl enable kodi.service && systemctl start kodi.service
Code:
[Unit]
Description = kodi-standalone using gbm
After = systemd-user-sessions.service network.target sound.target network-online.target

[Service]
User = kodi
Group = kodi
Type = simple
PAMName = login
ExecStart = /usr/bin/flatpak run --filesystem=home:ro tv.kodi.Kodi --standalone --windowing=gbm
ExecStop = /usr/bin/flatpak kill tv.kodi.Kodi
Restart = always

[Install]
WantedBy = multi-user.target

Done
Reply

Logout Mark Read Team Forum Stats Members Help
New installation problem0