我用的是ubuntu 12.10。我从软件中心安装了MythTV,软件中心安装了0.25。该版本不再受支持,因此我选择使用以下命令安装0.27:
sudo add-apt-repository ppa:mythbuntu/0.27
sudo apt-get update
sudo apt-get install mythtv安装结果:
mythtv is already the newest version.
The following packages were automatically installed and are no longer required:
apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5
libctemplate2 libzip2 mysql-utilities php-mythtv php5 php5-cli php5-common
php5-mysql python-mysql.connector python-pysqlite2
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.我的MythTV版本仍然是0.25。
我多次尝试删除MySQL和MythTV,并再次使用上述代码重新安装MythTV,但无法获得0.27的安装。没有显示MythTV的任何升级。到底是怎么回事?如何升级MythTV?
发布于 2014-01-08 08:25:43
我用Mythbuntu来更新我的。
sudo add-apt-repository ppa:mythbuntu/0.27
sudo apt-get update
sudo apt-get install mythtv查找的Mythbuntu发射台上的信息。
如果Mythbuntu没有出现在Synaptic或Software源代码中,请检查您的/etc/apt/sources.list文件。它应包含下列条目:
deb http://ppa.launchpad.net/mythbuntu/0.27/ubuntu precise main <-- Binary
deb-src http://ppa.launchpad.net/mythbuntu/0.27/ubuntu precise main <--Source或者通过软件源添加它们,方法是使用上面的PPA手动添加PPA,二进制和Source各有一个条目,其中precise是分发项,main是组件字段条目。
那就跑
sudo apt-get update如果您想安装MythTV服务器(后端):
sudo apt-get install mythtv-backend-master或
sudo apt-get install mythtv-frontend用于MythTV前端客户端。
https://askubuntu.com/questions/402004
复制相似问题