[mythtv-users] Mythtv install on Debian 12 (bookworm)

James jam at tigger.ws
Thu May 11 13:04:31 UTC 2023



> On 11 May 2023, at 7:19 pm, James Abernathy <jfabernathy at gmail.com> wrote:
> 
> So if I build the mythtv packages for Debian per:
> https://www.mythtv.org/wiki/Installing_MythTV_on_Debian <https://www.mythtv.org/wiki/Installing_MythTV_on_Debian>
> 
> Except use the following script to to install the packages:
> 
> #! /bin/bash
> 
> rm /usr/share/my_mythtv_repo/*
> mv ./*.deb /usr/share/my_mythtv_repo
> mv ./*.dsc /usr/share/my_mythtv_repo
> mv ./*.changes /usr/share/my_mythtv_repo
> cd /usr/share/my_mythtv_repo
> dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
> 
> That works, but what is the process to update mythtv?  Is it something like?:
> 
> git pull
> build-debs.sh
> rerun the script above
> sudo apt update && sudo apt upgrade

Jim as I opined, building packages is just hard work and a waste of time (sure we are just having fun) but I find other things more interesting so I do 
$ make -j 9 (cores + 1)
$ sudo make install
whenever you need to update
$ git pull
make n make install

James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20230511/6d7bd0eb/attachment.htm>


More information about the mythtv-users mailing list