Ubuntu Server apt-get

danza

Erfahrenes Mitglied
Hi Leute,

ich versuche jetzt schon den ganzen Tag das Programm ddclient auf meinen Ubuntu server (6.06) zu installieren, dafür benutze ich folgenden befehl:

Code:
sudo apt-get install ddclient

Darauf hin antwortet mein server das hier:
Code:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
E: Konnte Paket ddclient nicht finden

Im Internet ist der Server, hier noch mal meine sources.list:
/etc/apt/sources.list
Code:
## 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
# 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://de.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
# deb-src http://de.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
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe

Ich hoffe ihr könnt mir helfen...

MFG danza
 
Koennte es vielleicht sein dass ddclient ganz einfach nicht in den Ubuntu-Repositories enthalten ist?
Denn genau danach sieht mir die Fehlermeldung aus.

Schau doch einfach mal per apt-cache search ddclient nach ob da was gefunden wird.
 
Ungeachtet dass Du eine Beschreibung von OpenSuse verlinkt hast und Ubuntu nutzt solltest Du Deine sources.lst anpassen und den universe-Teil aktivieren.

Code:
deb http://de.archive.ubuntu.com/ubuntu/ dapper universe
deb-src http://de.archive.ubuntu.com/ubuntu/ dapper universe

um dann mit

Code:
apt-get update && apt-get install ddclient
das gewünschte Paket zu installieren. Darüber hinaus überlege Dir, ob nicht ein Wechsel zu 8.04 für Dich sinnvoll wäre und ob Du nicht die security-Quellen nutze möchtest. Außerdem ist ein regelmäßiges

Code:
apt-get update&&apt-get upgrade
sinnvoll.
 
Hab das Problem eben so gelöst, habe einfach die neueste Version (8.04.1) geladen und installiert dort klappte der Befehl ohne Probleme ;)
 

Neue Beiträge

Zurück