
Obs! Endast för Ubuntu 6.06 (även kallat Dapper Drake)! Om du har Ubuntu 5.10 eller tidigare skall du inte använda denna lista. Tänk också på att vissa förråd i min lista inte är officiella, tänk på vad du gör innan du gör något du ångrar.
Här är min sources.list:
Kod: Markera allt
deb http://archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://archive.ubuntu.com/ubuntu/ dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ dapper-updates main restricted
## 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 http://archive.ubuntu.com/ubuntu/ dapper universe multiverse
deb-src http://archive.ubuntu.com/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 http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security universe multiverse
## Cipherfunk multimedia packages (GPG key: 33BAC1B3)
## uncomment this one for multimedia packages AFTER having finished the upgrade to Dapper.
deb ftp://cipherfunk.org/pub/packages/ubuntu/ dapper main
## Dapper PLF
## only uncomment it if you need it
## deb http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free
## deb-src http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free
## Bleeding edge (official) wine repository for Dapper
## only uncomment it if you need it
## deb http://wine.budgetdedicated.com/apt dapper main
## deb-src http://wine.budgetdedicated.com/apt dapper main
## skype
## only uncomment it if you need it
## deb http://download.skype.com/linux/repos/debian/ stable non-free
Öppna en terminal (program->Tillbehör->Terminal) och skriv in följande:
Kod: Markera allt
gksudo gedit /etc/apt/sources.list
Öppna på nytt terminalen och kör:
Kod: Markera allt
sudo apt-get update
Kod: Markera allt
sudo apt-get upgrade
Kod: Markera allt
gpg --keyserver subkeys.pgp.net --recv 33BAC1B3
Kod: Markera allt
gpg --export --armor 33BAC1B3 | sudo apt-key add -
Lycka till!
