[mythtv-users] Which SystemD script?

Stephen Worthington stephen_agent at jsw.gen.nz
Fri Apr 29 15:51:20 UTC 2022


On Fri, 29 Apr 2022 08:59:33 -0500, you wrote:


>For the installation, I used:
>don at scotty:~$ sudo apt-get install mythtv
>
>, which I assume is the Ubuntu main repositories.

Which repository depends on what you have set up in
/etc/apt/sources.list.d.  You really should be using the Mythbuntu
repository, so you get the latest v32-fixes versions as they are
released.  The main Ubuntu repositories have v32 (without fixes),
except that they may get a later version occasionally (maybe when a
point release comes out).  To see if you have the Mythbuntu repository
installed:

cd /etc/apt/sources.list.d
grep mythbuntu *.list

root at mypvr:/etc/apt/sources.list.d# grep mythbuntu *.list
mythbuntu-ubuntu-32-focal.list:deb
http://ppa.launchpad.net/mythbuntu/32/ubuntu focal main
mythbuntu-ubuntu-32-focal.list:# deb-src
http://ppa.launchpad.net/mythbuntu/32/ubuntu focal main

If the grep does not show any results, you do not have the Mythbuntu
repository installed.  If you manually install repositories, you might
have put it in /etc/apt/sources.list, so you should also check that:

cd /etc/apt
grep mythbuntu *.list


More information about the mythtv-users mailing list