个人工具

“UbuntuHelp:MythTV/Install/Server/Feisty/Repositories”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/Server/Feisty/Repositories}} {{Languages|UbuntuHelp:MythTV/Install/Server/Feisty/Repositories}} === Setup your Repositories === All...)
 
 
(未显示同一用户的1个中间版本)
第2行: 第2行:
 
{{Languages|UbuntuHelp:MythTV/Install/Server/Feisty/Repositories}}
 
{{Languages|UbuntuHelp:MythTV/Install/Server/Feisty/Repositories}}
 
=== Setup your Repositories ===
 
=== 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'''''.
+
All of the software ''needed'' to run a standalone [[UbuntuHelp:MythTV|MythTV]] machine is available through official Ubuntu repositories.  System updates will be provided via '''''feisty-updates''''' and '''''feisty-security-updates'''''.  Updates to [[UbuntuHelp:MythTV|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:
 
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:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
$ sudo nano /etc/apt/sources.list
 
$ sudo nano /etc/apt/sources.list
第16行: 第14行:
 
deb http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
 
deb http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Press '''ctrl-x''' to exit.  Press '''y''' to save.  Press '''Enter''' to save the new ~+`/etc/apt/sources.list`+~.
 
Press '''ctrl-x''' to exit.  Press '''y''' to save.  Press '''Enter''' to save the new ~+`/etc/apt/sources.list`+~.
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年12月4日 (二) 11:05的最新版本

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