个人工具

UbuntuHelp:MythTV/Install/Server/Feisty/Repositories

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月24日 (四) 15:58的版本 (新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/Server/Feisty/Repositories}} {{Languages|UbuntuHelp:MythTV/Install/Server/Feisty/Repositories}} === Setup your Repositories === All...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Setup your Repositories

All of the software needed to run a standalone MythTV machine is available through official Ubuntu repositories. System updates will be provided via feisty-updates and feisty-security-updates. Updates to MythTV and other universe based apps will be provided via feisty-backports.

To enable the correct repositories for the needed packages, you can either do the following from a local terminal or log in via ssh from a remote machine to allow copying and pasting:

$ sudo nano /etc/apt/sources.list

should read (or include):

deb http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ feisty-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

Press ctrl-x to exit. Press y to save. Press Enter to save the new ~+`/etc/apt/sources.list`+~.