PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Adept geht nicht wegen falscher sourch list



Peet
01.07.10, 21:59
also ich habe ausversehen eine falsche quelle in meine sourch list eingebunden

und deswegen startet adept net mehr und in der konsole bekomm ich ah nichts hin mit dem teil

hier mal die list:

# deb cdrom:[Kubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.1)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://de.archive.ubuntu.com/ubuntu/ intrepid main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://de.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. 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/ intrepid universe
deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid universe
deb http://de.archive.ubuntu.com/ubuntu/ intrepid-updates universe
deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-updates universe

## 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
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://de.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb http://de.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-updates 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://de.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
# deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu intrepid partner
# deb-src http://archive.canonical.com/ubuntu intrepid partner

deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -sudo apt-get update && sudo apt-get dist-upgrade

das rot markierte müsste da mal irgendwie raus denke ich zu mindest
aber ich kann es natührlich nicht abspeichern durch keine recht oder so in der art...
hoffe auf hilfe:confused:

HirschHeisseIch
01.07.10, 22:10
"Oder so in der Art" ist keine Fehlermeldung. ;)
Fehlermeldungen und Vorgehensweisen bitte immer *genau* posten. Am besten per Copy & Paste.

Wie veruchst Du denn, die Zeile zu löschen?
Versuch doch mal folgendes:


sudo -s
cp /etc/apt/sources.list /etc/apt/sources.list.bak
sed -e 's/wget/# wget/' /etc/apt/sources.list > /etc/apt/sources.list
exit

Das sollte die Zeile entfernen und für den Zweifelsfall eine Sicherung als /etc/apt/sources.list.bak hinterlegen.

Peet
01.07.10, 22:23
super danke geht wieder und sau schnell

und tut mir leid kenn ich noch nicht sehr aus
aber konsole hat mir immer gesagt das es an der zeile liegt

HirschHeisseIch
01.07.10, 22:51
Gern. Dafür sind wir ja hier. ;)

Und da hat die Konsole wohl recht gehabt... Ohne gehts ja wieder. ;)