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

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/Server/Edgy/Repositories}} {{Languages|UbuntuHelp:MythTV/Install/Server/Edgy/Repositories}} === Setup your Repositories === All of ...
 
Wikibot留言 | 贡献
无编辑摘要
 
第3行: 第3行:
=== Setup your Repositories ===
=== Setup your Repositories ===
All of the software ''necessary'' to run a standalone mythtv machine is available through official Ubuntu repositories.  System updates will be provided via '''edgy-updates''' and '''edgy-security-updates'''.  Updates to mythtv and other universe based apps will be provided via '''edgy-backports'''.
All of the software ''necessary'' to run a standalone mythtv machine is available through official Ubuntu repositories.  System updates will be provided via '''edgy-updates''' and '''edgy-security-updates'''.  Updates to mythtv and other universe based apps will be provided via '''edgy-backports'''.
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.
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.
<pre><nowiki>
<pre><nowiki>
sudo nano /etc/apt/sources.list
sudo nano /etc/apt/sources.list
</nowiki></pre>  
</nowiki></pre>  
Modify /etc/apt/sources to match the following:
Modify /etc/apt/sources to match the following:
==== /etc/apt/sources.list ====
==== /etc/apt/sources.list ====
第19行: 第15行:
deb http://archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
</nowiki></pre>
</nowiki></pre>
Press ctrl-x to exit.  Press y to save.  Press enter to save the to /etc/apt/sources.list.
Press ctrl-x to exit.  Press y to save.  Press enter to save the to /etc/apt/sources.list.


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2007年11月30日 (五) 20:41的最新版本

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

Setup your Repositories

All of the software necessary to run a standalone mythtv machine is available through official Ubuntu repositories. System updates will be provided via edgy-updates and edgy-security-updates. Updates to mythtv and other universe based apps will be provided via edgy-backports. 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/ edgy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ edgy-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse

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