Ubuntu:Edgy

出自Ubuntu中文

from:http://ubuntuguide.org/index.php?title=Ubuntu:Edgy

Template:Ubuntu:Edgy/Intro


Full list of all the subpages: Ubuntu:Edgy/TOC


目录


General Notes

  1. This is an Unofficial Ubuntu 6.10 (Edgy Eft) Starter Guide. It is not associated with Ubuntu and Canonical Ltd.
  2. This guide can be discussed at the official UbuntuGuide.org Forum at ubuntuforums.org. Stop by and join the discussion.
  3. If you see a bluish box, this means you have to execute the commands in Terminal mode (Applications -> Accesories -> Terminal) or use the content of that box as mentioned in some other instructions.
  4. To reduce typo mistakes, copy and paste the commands into Terminal mode (right click on the commands -> "Copy" or "Paste". You can also use Ctrl+C to copy and Shift+Insert to paste it)
  5. "sudo" means superuser do. "sudo" will prompt for "Password:". Please specify user password
  6. If you want more information about any command, simply look at the manual page for it using the "man" command. For example, "man sudo" will display the manual page for the "sudo" command.
  7. If you are tired of typing "aptitude" all the time, Read #How to aptitude the easy way (Synaptic)
  8. "aptitude" and "wget" requires Internet connection to install/update/download programs
  9. All references to "apt-get" have been replaced with "aptitude". You may still safely use "apt-get" if you wish. This may be discussed in the Ubuntu Forums
  10. To download file, right click on the link -> Select "Save Link As..." -> Make sure file name and extension are correct
  11. If you wish to help translating Ubuntu to your native language or to help Ubuntu otherwise visit https://launchpad.net/
  12. May the "humanity to others" spirit be with you always...


If you are using 64-bit version replace any "i386" with "amd64"

Getting Started

Where to view Ubuntu screenshots / screencast

Where to view Kubuntu screenshots / screencast

Where to view Xubuntu screenshots / screencast

Where to view Edubuntu screenshots / screencast

Where to view *buntu screenshots / screencast

Where to look for new programs

Where to look for style elements for your desktop

Are there other *buntu guides?

Installing Additional Software

How to add extra repositories

  • Create a backup of your current list of sources.
sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup
  • Open the list of sources in a text editor
Ubuntu users:
sudo gedit /etc/apt/sources.list
Kubuntu users:
sudo kate /etc/apt/sources.list
  • Replace everything with the following lines
To use your local mirror you can add "cc." before archive.ubuntu.com (cc = your country code)
e.g. deb http://lv.archive.ubuntu.com/ubuntu edgy main restricted universe multiverse
## Add comments (##) in front of any line to remove it from being checked.   
## Use the following sources.list at your own risk.  

deb http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu edgy-proposed main restricted universe multiverse

## MAJOR BUG FIX UPDATES produced after the final release
deb http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

## UBUNTU SECURITY UPDATES
deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

## BACKPORTS REPOSITORY (Unsupported.  May contain illegal packages.  Use at own risk.)
deb http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse

## PLF REPOSITORY (Unsupported.  May contain illegal packages.  Use at own risk.)
deb http://medibuntu.sos-sts.com/repo/ edgy free
deb http://medibuntu.sos-sts.com/repo/ edgy non-free
deb-src http://medibuntu.sos-sts.com/repo/ edgy free
deb-src http://medibuntu.sos-sts.com/repo/ edgy non-free
                                                                                                                                         
## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera, DesktopSecure and more to come.) 
deb http://archive.canonical.com/ubuntu edgy-commercial main

## Listen
#deb http://theli.free.fr/packages/ edgy listen
  • Save the edited file
wget http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
sudo apt-get update
  • Modify the default Ubuntu sources.list only if you understand what you're doing. Mixing repos can cause breakage.

How to add extra repositories on DVDs

For users without broadband connection downloading packages from the net is a really big problem. You can download packages in DVDs and use them on every ubuntu installation without the need of downloading.

  • Download DVDs
for i386
Main Repository
Universe - Multiverse - Restricted DVD1
Universe - Multiverse - Restricted DVD2
Universe - Multiverse - Restricted DVD3
or for amd64
Main Repository
Universe - Multiverse - Restricted DVD1
Universe - Multiverse - Restricted DVD2
Universe - Multiverse - Restricted DVD3


  • System -> Administration -> Synaptic Package Manager
  • To add DVDs in Repository lists
    1. Settings -> Repositories -> Third Party
    2. Insert first DVD in drive and click Add Cdrom
    3. Name the added DVD
    4. repeat for other DVDs also

"Automated" Methods

How to install EasyUbuntu
  • Read #General Notes
  • Easy Ubuntu is a small straight-forward utility that allows novice users to easily install a wide variety of content for Ubuntu such as media codecs, fonts, Macromedia Flash and Sun Java.

Open a terminal from Menu -> Accessories -> Terminal and run the following commands

wget http://easyubuntu.freecontrib.org/files/easyubuntu-3.023.tar.gz
tar -zxf easyubuntu-3.023.tar.gz
cd easyubuntu
cp packagelist-dapper.pot packagelist-edgy.pot
cp packagelist-dapper.xml packagelist-edgy.xml
sudo python easyubuntu.in
  • From the Easy Ubuntu window, check the appropriate boxes to download and install content to Ubuntu.
  • Note: Users of the previous EasyUbuntu 3.0 version may experience issues with installing Flash and Java.
  • If you would like automatic update, then follow these instructions:

depending on which version of Ubuntu you're using:

On Ubuntu:

sudo gedit /etc/apt/sources.list