Mailing List Archive

ubuntu
I have always built myth from source.
I cant find python builtins for suse which stops meta data lookups
So I thought I'd try ubuntu 20.04 and install pre-built mythtv.

How is that done?

I tried to use the mythbuntu ppa but it does not have a release file and apt ignores it.
allow-insecure used to work but seems to not any longer (The man says it will be depreciated)

google says python builtins are in one of the python modulue, but they are not there.

I guess my question boils down to "how does johnny install mythtv".

Thanks
James
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: ubuntu [ In reply to ]
On 5/3/20 5:46 PM, jameslinder0@gmail.com wrote:
> I have always built myth from source.
> I cant find python builtins for suse which stops meta data lookups
> So I thought I'd try ubuntu 20.04 and install pre-built mythtv.
>
> How is that done?
>
> I tried to use the mythbuntu ppa but it does not have a release file and apt ignores it.
> allow-insecure used to work but seems to not any longer (The man says it will be depreciated)
>
> google says python builtins are in one of the python modulue, but they are not there.
>
> I guess my question boils down to "how does johnny install mythtv".

https://web.archive.org/web/20180515184733/http://www.mythbuntu.org/home/news/mythbuntusolongandthanksforallthefish

I've built v31 on 20.04. There is an error in the ansible task for it though. Fix in progress.

Or, try these:

sudo add-apt-repository ppa:mythbuntu/31
sudo apt update
sudo apt upgrade # Not sure if dist-upgrade is required.

--
Bill
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: ubuntu [ In reply to ]
>So I thought I'd try ubuntu 20.04 and install pre-built mythtv.
>
>How is that done?
>
>I tried to use the mythbuntu ppa but it does not have a release file and apt ignores it.
>allow-insecure used to work but seems to not any longer (The man says it will be depreciated)

After installing Ubuntu 20.04, did you try the terminal commands below?

sudo add-apt-repository ppa:mythbuntu/31
sudo apt install mythtv

Ted
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org