Ich habe Ubuntu 10.04 frisch auf einem neuen Computer installiert. Ich versuche, eine Anwendung, die ich benötige, darauf zu installieren (mein alter Computer ist kaputt und ich muss ihn zur Wartung senden). Ich habe es geschafft, texlive zu installieren, aber dann kann ich nichts anderes installieren. Die gesamte Software, die ich installieren möchte, ist dieselbe Software, die ich zuvor erfolgreich auf meinem alten Computer installiert hatte (unter Verwendung derselben Ubuntu-Version). Ich verstehe nicht, warum das Terminal diese Warnung ausgibt (Entschuldigung, das Terminal spricht halb Englisch, halb Polnisch, aber ich hoffe, es ist genug):
maria@marysia-ubuntu:~$ sudo aptitude install emacs
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt informacji o stanie... Gotowe
Reading extended state information
Initializing package states... Gotowe
The following NEW packages will be installed:
emacs emacs23{a} emacs23-bin-common{a} emacs23-common{a}
emacsen-common{a}
0 packages upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 23,9MB of archives. After unpacking 73,8MB will be used.
Do you want to continue? [Y/n/?] Y
WARNING: untrusted versions of the following packages will be installed!
Untrusted packages could compromise your system's security.
You should only proceed with the installation if you are certain that
this is what you want to do.
emacs emacs23-bin-common emacsen-common emacs23-common emacs23
Do you want to ignore this warning and proceed anyway?
To continue, enter "Yes"; to abort, enter "No"
Ich habe versucht, auch andere Editoren zu installieren, mit dem gleichen Ergebnis. Als ich mich entschied, dass ich sicher sein könnte, dass das Paket, das ich installieren möchte, sicher ist, gab ich schließlich "Ja" ein. Die Installation wurde erfolgreich beendet, aber der Editor versteht keine .tex-Dateien (und die .tex-Dateien selbst sind bekanntermaßen gut):
this is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
restricted \write18 enabled.
entering extended mode
(./Szarfi.tex
! Undefined control sequence.
l.2 \documentclass
{book}
?
Außerdem habe ich festgestellt, dass es in Synaptic Manager keine Pakete gibt, die als von Canonical unterstützt gekennzeichnet sind.
Irgendwelche Tipps? Danke im Voraus.
PS
passende Quellen vor der Verwendung update
:
maria@marysia-ubuntu:~$ cat /etc/apt/sources.list
#deb cdrom:[Ubuntu 10.04.2 LTS _Lucid Lynx_ - Release i386 (20110211.1)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid-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://pl.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid universe
deb http://pl.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid-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://pl.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://pl.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid-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://pl.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid-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 lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
maria@marysia-ubuntu:~$
Nach dem Gebrauch update
ist es fast in Ordnung. Ich habe es geschafft, 3 Anwendungen (texlive, texworks und ekg) zu installieren, und Synaptic zeigt Symbole für "unterstützt von Cannonical". Es bestehen jedoch weiterhin Verbindungsprobleme.
Ich bin mit dem Internet verbunden, kann Chat verwenden, aber manchmal kann ich keine Webseiten öffnen. Ich bin mir nicht sicher, ob dies Teil desselben Problems ist oder ob eines gelöst ist und für das andere sollte ich einen separaten Beitrag schreiben.
Liste der passenden Quellen nach Verwendung des Updates:
maria@marysia-ubuntu:~$ cat /etc/apt/sources.list
#deb cdrom:[Ubuntu 10.04.2 LTS _Lucid Lynx_ - Release i386 (20110211.1)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid-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://pl.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid universe
deb http://pl.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid-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://pl.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://pl.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid-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://pl.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://pl.archive.ubuntu.com/ubuntu/ lucid-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 lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
maria@marysia-ubuntu:~$
Scheint sich geändert zu haben, aber es ist das einzige, was ich verstehen kann.
Vielen Dank.
apt-get update
export LC_ALL=C
im Terminal aus, bevor Sie Programme ausführen (oder stellen Sie sie wie ein Präfix einLC_ALL=C sudo apt-get update
). Haben Sie eine schlechte Internetverbindung?apt-get
s Ausgabe ist vorhersehbar, aber für zukünftige Fragen verwenden Sie bitteLC_ALL=C
:)Antworten:
Versuchen Sie, die Datenbank zu aktualisieren
Wenn danach immer noch Warnmeldungen angezeigt werden, geben Sie die Liste Ihrer Repositorys an
quelle
sudo apt-get update
hat sehr geholfen. Das Problem mit der Verbindung bleibt bestehen, aber ich weiß nicht, ob es Teil desselben oder eines anderen Problems ist. Weitere Details im Hauptbeitrag in "ps". Vielen DankWenn Sie gerade Ubuntu installiert und keine Repositorys hinzugefügt haben, aktualisieren Sie die Paketliste und aktualisieren Sie die Pakete:
Es wird empfohlen, das System zuerst zu aktualisieren, bevor andere Pakete installiert werden (zumindest nach der ersten Installation). Der Inhalt der CD ist möglicherweise veraltet.
quelle
Ich bin mir nicht 100% sicher, aber es sieht so aus, als ob Ihnen ein paar GPG-Schlüssel fehlen. Um dieses Problem zu lösen, würde ich Launchpad-Getkeys installieren, die alle fehlenden Schlüssel auf Ihrem System importieren.
Um Launchpad-getkeys zu installieren, müssen Sie zuerst einen ppa hinzufügen - Was sind ppa und wie verwende ich sie? Die ppa-Zeile ist
ppa:nilarimogard/webupd8
Dann können Sie die Launchpad-Get-Schlüssel installieren. Geben Sie dies zuerst ein
sudo apt-get update
dann das
sudo apt-get install launchpad-getkeys
und schließlich mit diesem Befehl ausführen
sudo launchpad-getkeys
Schließlich würde ich ein weiteres Update ausführen, nachdem die Schlüssel importiert wurden.
sudo apt-get update
hoffe das hilft
quelle
launchpad-getkeys
schädliche Binärdateien überschreiben und installieren.Launchpad-getkeys
verwendet wget, um die Schlüssel zu installieren nein?