OUT-OF-DATE! I wouldn’t recommend following this guide now…
[COLOR=“Red”]This thread is dedicated to Dapper Drake 6.06 LTS. If you are running the latest 6.10 Edgy Eft, DO NOT follow this guide!
[SIZE=“4”]Repositories[/SIZE]
To gain access to non-free software such as movie and music codecs, you need to set up the correct repositories.
Open up a terminal and type:
For Kubuntu:
kdesu kate /etc/apt/sources.list
For Ubuntu:
gksu gedit /etc/apt/sources.list
For Xubuntu:
gksu mousepad /etc/apt/sources.list
That command will open up a text file containing your list of repositories. In an effort to keep things simple, just delete all of the text in that file and replace with the text you see below. Just copy and paste.
[CODE]## Uncomment the following two lines to add software from the ‘main’
repository.
N.B. software from this repository is SUPPORTED by the Ubuntu
team, and is under a free licence
deb Index of /ubuntu dapper main restricted
deb-src Index of /ubuntu dapper main restricted
Major bug fix updates produced after the final release of the
distribution.
deb Index of /ubuntu dapper-updates main restricted universe multiverse
deb-src Index of /ubuntu dapper-updates main restricted universe multiverse
deb Index of /ubuntu dapper-security main restricted
deb-src Index of /ubuntu dapper-security main restricted
deb Index of /ubuntu dapper-security universe multiverse
deb-src Index of /ubuntu dapper-security universe multiverse
Uncomment the following two lines to add software from the ‘universe’
repository.
N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
team, and may not be under a free licence. Please satisfy yourself as to
your rights to use the software. Also, please note that software in
universe WILL NOT receive any review or updates from the Ubuntu security
team.
deb Index of /ubuntu dapper universe multiverse
deb-src Index of /ubuntu dapper universe multiverse
Uncomment the following two lines to add software from the ‘backports’
repository.
N.B. software from this repository may not have been tested as
extensively as that contained in the main release, although it includes
newer versions of some applications which may provide useful features.
Also, please note that software in backports WILL NOT receive any review
or updates from the Ubuntu security team.
deb Index of /ubuntu dapper-backports main restricted universe multiverse
deb-src Index of /ubuntu dapper-backports main restricted universe multiverse
########Extra Repositories#############
Opera Browser
deb Index of /opera/ unstable non-free
deb Index of /opera/ stable non-free
Wine
deb http://wine.budgetdedicated.com/apt dapper main
Skype
deb http://download.skype.com/linux/repos/debian/ stable non-free
Ubuntu ‘Commercial’ repositories
deb Index of /ubuntu dapper-commercial main
[/CODE]
Save the file and close once you have copied my repositories list into your own file.
To use the Opera repository, you must import the key:
gpg --keyserver subkeys.pgp.net --recv 6A423791
gpg --export --armor 6A423791 | sudo apt-key add -
Next, we need to make (X/K)ubuntu aware of these new repositories. You can do this by typing:
sudo apt-get update
Now that we have these new repositories ready for use, you may find that newer software is available for you to download and install. You can check this by typing:
sudo apt-get dist-upgrade