Mythbuntu how to update mythtv to svn version
February 9th, 2008
Comments off
If you enabled the 0.20.2 fixes build repository, then run the commands below, before upgrading to the svn version.
sudo rm /etc/apt/sources.list.d/mythbuntu-gutsy.list
First you need to remove the current mythtv packages, otherwise the svn version will conflict with it.
sudo apt-get remove mythtv-*
Now do the below:
Add the apt key for the mythbuntu svn repository.
wget http://mythbuntu.org/files/EEED06D0.gpg && sudo apt-key add EEED06D0.gpg && rm EEED06D0.gpg
Now add the mirror for the mythbuntu svn repository.
echo "deb http://weeklybuilds.mythbuntu.org/mythbuntu-trunk/ubuntu gutsy multiverse universe restricted main" | sudo tee /etc/apt/sources.list.d/mythbuntu-gutsy.list
or the uk mirror:
echo "deb http://uk.weeklybuilds.mythbuntu.org/mythbuntu-trunk/ubuntu gutsy multiverse universe restricted main" | sudo tee /etc/apt/sources.list.d/mythbuntu-gutsy.list
Now update your package list.
sudo apt-get update
Now install the mythtv packages.
sudo apt-get install mythtv-*
These instructions may work for the official ubuntu distribution and other ubuntu based distributions.
Some of the instructions above are from mythbuntu’s site.


Recent Comments