Ubuntu:Edgy
出自Ubuntu中文
from:http://ubuntuguide.org/index.php?title=Ubuntu:Edgy
| 点击翻译: |
English |
Full list of all the subpages: Ubuntu:Edgy/TOC
General Notes
- This is an Unofficial Ubuntu 6.10 (Edgy Eft) Starter Guide. It is not associated with Ubuntu and Canonical Ltd.
- This guide can be discussed at the official UbuntuGuide.org Forum at ubuntuforums.org. Stop by and join the discussion.
- 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.
- 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)
- "sudo" means superuser do. "sudo" will prompt for "Password:". Please specify user password
- 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.
- If you are tired of typing "aptitude" all the time, Read #How to aptitude the easy way (Synaptic)
- "aptitude" and "wget" requires Internet connection to install/update/download programs
- 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
- To download file, right click on the link -> Select "Save Link As..." -> Make sure file name and extension are correct
- If you wish to help translating Ubuntu to your native language or to help Ubuntu otherwise visit https://launchpad.net/
- 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
- Ubuntu 6.10 Screenshots
- Ubuntuclips.org - video howto's for human beings
- Ubuntu Video - linux videos for human beings
Where to view Kubuntu screenshots / screencast
Where to view Xubuntu screenshots / screencast
Where to view Edubuntu screenshots / screencast
Where to view *buntu screenshots / screencast
- Ubuntu Multimedia Center RC1 Screenshots
- Ubuntu CE 2.0 Screenshots
- Nubuntu 6.10 Screenshots
- Ubuntu Satanic Edition 1.0 Screenshots
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
- Read #General Notes
- Note: You can also add extra repositories using the Synaptic Package Manager. New users may find it more user-friendly to add extra repositories through the Package Manager. If you follow the link above, you do not have to follow the rest of this tip.
- 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
- You may also generate your own sources.list and find other repositories at: http://www.ubuntulinux.nl/source-o-matic
- You may also replace your sources.list with the sources.list for Edgy Eft by Treviño - USE AT YOUR OWN RISK.
- Complete Sources list for Ubuntu edgy - USE AT YOUR OWN RISK this contains the Nvidia Drivers, ATI and many more.
- 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
- Burn ISOs to DVDs (Read #How to burn Image (ISO) files into CD/DVD)
- System -> Administration -> Synaptic Package Manager
- To add DVDs in Repository lists
- Settings -> Repositories -> Third Party
- Insert first DVD in drive and click Add Cdrom
- Name the added DVD
- 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