特殊:Badtitle/NS100:MythTV/Install/Server/Dapper/Repositories

来自Ubuntu中文
Oneleaf留言 | 贡献2007年5月24日 (四) 15:59的版本 (新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/Server/Dapper/Repositories}} {{Languages|UbuntuHelp:MythTV/Install/Server/Dapper/Repositories}} === Setup your Repositories === All...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索

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

Setup your Repositories

All of the software necessary to run a standalone mythtv machine is available through official Ubuntu repositories. Newer, up to date packages for mythtv have been added into the backports repository.

Since you did a server install, you will have to modify /etc/apt/sources.list using a console mode text editor. Both vi & nano are installed by default. As an alternative, you can SSH into this box and copy and paste into a console mode text editor instead.

sudo nano /etc/apt/sources.list

Modify /etc/apt/sources to match the following:

/etc/apt/sources.list

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

Press ctrl-x to exit. Press y to save. Press enter to save the to /etc/apt/sources.list.