• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

sources.list für kubuntu dapper 6.06

Grothesk

Ultimate Guru
Code:
deb http://de.archive.ubuntu.com/ubuntu/ dapper main restricted
# deb-src http://de.archive.ubuntu.com/ubuntu/ dapper main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://de.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
# deb-src http://de.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://de.archive.ubuntu.com/ubuntu/ dapper universe multiverse
# deb-src http://de.archive.ubuntu.com/ubuntu/ dapper universe

## 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
deb ftp://ftp.fh-dortmund.de/pub/mirrors/kde/stable/latest/kubuntu/ dapper main
deb http://kubuntu.org/packages/kde-latest dapper main
deb http://www.mirrorservice.org/sites/ftp.kde.org/pub/kde/stable/koffice-latest/kubuntu dapper main
deb http://kubuntu.org/packages/amarok-latest dapper main

## archive.kubuntu.de / archive.czessi.net
# The repository from Kubuntu Germany
# wget http://archive.czessi.net/ubuntu/kczessi.gpg
# sudo apt-key add kczessi.gpg

deb http://archive.kubuntu.de/ubuntu dapper main restricted universe multiverse i18n-de
deb http://archive.czessi.net/ubuntu dapper main restricted universe multiverse

##XGL/Compiz
deb http://www.beerorkid.com/compiz dapper main

# Cipherfunk multimedia packages (packages, GPG key: 33BAC1B3) 
deb ftp://cipherfunk.org/pub/packages/ubuntu/ dapper main


## TV-Browser und anderes
deb http://ubuntu.geole.info/ dapper universe multiverse

## Kommerzielle Pakete
deb http://archive.canonical.com/ dapper-commercial main

## ksynaptics, google-earth usw
# deb http://3v1n0.tuxfamily.org dapper 3v1n0
# deb-src http://3v1n0.tuxfamily.org dapper 3v1n0

## Wine
deb http://wine.budgetdedicated.com/apt dapper main

# Mjpegtools and Cinelerra packages (choose your arch)
deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/mjpegtools ./
# deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/cinelerra/i686/ ./
# deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/cinelerra/pentium4/ ./
deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/cinelerra/athlonxp/ ./

## Skype
deb http://download.skype.com/linux/repos/debian/ stable non-free

# Listen
# deb http://theli.free.fr/packages/dapper/ ./

# MythTV 0.19
deb http://home.eng.iastate.edu/~superm1 dapper main
# deb-src http://home.eng.iastate.edu/~superm1 dapper main

# OpenOffice.org
deb http://people.ubuntu.com/~doko/ooo203 ./
 
# Google Picasa for Linux repository
deb http://dl.google.com/linux/deb/ stable non-free

## PLF REPOSITORY (Unsupported.  May contain illegal packages.  Use at own risk.)
deb http://packages.freecontrib.org/ubuntu/plf dapper free non-free
# deb-src http://packages.freecontrib.org/ubuntu/plf dapper free non-free


# e17
deb http://edevelop.org/ubuntu dapper e17



Code:
wget http://people.ubuntu.com/~jriddell/kubuntu-packages-jriddell-key.gpg
sudo apt-key add kubuntu-packages-jriddell-key.gpg
wget http://www.geole.info/fileadmin/data/misc/geole.info-apt-key.gpg
sudo apt-key add geole.info-apt-key.gpg
wget http://www.czessi.net/kczessi.gpg
sudo apt-key add kczessi.gpg
wget ftp://cipherfunk.org/pub/packages/release.keys
sudo apt-key add release.keys
wget http://www.beerorkid.com/compiz/quinn.key.asc -O - | sudo apt-key add -
Bitte die gpg-key in eine Konsole kopieren.

Damit sollte alles für einen Desktop wichtige installierbar sein.
google-earth, picasa, skype usw ist alles dabei. Aber auch selber noch mal drüber schauen. Ich habe z. B. beerorkid aktiviert, um die XGL-Pakete zu bekommen. Bitte bei Nichtverwendung unbedingt deaktivieren! Ich übernehme KEINE Verantwortung für den Inhalt der Repos. Bei mir läuft heute (11.08.2006) alles mit diesen Quellen, es kann aber durch aus sein, das es auch Probleme mit den Paketen gibt.
 
Oben