特殊:Badtitle/NS100:MythTV/Install/Server/Feisty/Repositories:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/Server/Feisty/Repositories}} {{Languages|UbuntuHelp:MythTV/Install/Server/Feisty/Repositories}} === Setup your Repositories === All...
(没有差异)

2007年5月24日 (四) 15:58的版本

{{#ifexist: :MythTV/Install/Server/Feisty/Repositories/zh | | {{#ifexist: MythTV/Install/Server/Feisty/Repositories/zh | | {{#ifeq: {{#titleparts:MythTV/Install/Server/Feisty/Repositories|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:MythTV/Install/Server/Feisty/Repositories|1|-1|}} | zh | | }}

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`+~.