Richiede l'installazione di pacchetti non attendibili?


78

Ho provato a installare VLC Player ieri e ho riscontrato l' Requires installation of untrusted packageserrore. Ho cercato per ore una soluzione a questo problema e alla fine ho trovato un suggerimento che diceva di cambiare i server per il download degli aggiornamenti da. L'ho fatto e mi ha dato un errore 404 quando ho fatto clic su "Controlla" in Gestione aggiornamenti. Ho provato a riportare il mio server a quello principale (e dopo, molti altri), ma ora sto ancora ricevendo un errore 404: inserisci qui la descrizione dell'immagine

E l'altro errore che ottengo durante il download o l'aggiornamento: inserisci qui la descrizione dell'immagine

Modifica: output di cat /etc/apt/sources.list:

deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted #Added by software-properties

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates restricted main multiverse universe #Added by software-properties

## 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://us.archive.ubuntu.com/ubuntu/ precise universe
deb http://us.archive.ubuntu.com/ubuntu/ precise-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.

## 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://us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse #Added by software-properties

deb http://us.archive.ubuntu.com/ubuntu/ precise-security main restricted multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-security restricted main multiverse universe #Added by software-properties
deb http://us.archive.ubuntu.com/ubuntu/ precise-security universe

## 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 precise partner
deb-src http://archive.canonical.com/ubuntu precise partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.

incolla l'output cat /etc/apt/sources.liste quindi gpg --list-keysincolla in incolla Ubuntu
twister_void

Ho modificato la mia domanda.
Isaiah Bugarin,

Risposte:


90

Sulla base degli errori che hai incollato nella sezione commenti della mia risposta precedente, ho un'altra possibile soluzione:

sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean 
sudo apt-get update

Questo ricostruirà la cache.
Per gentile concessione: http://ubuntuforums.org/showthread.php?t=1983220#8


NON FARE QUESTO: ora ho solo l'inglese e ho perso tutti i miei pacchetti in altre lingue
João Pimentel Ferreira,

ha funzionato per me ~
abas nikzad,


5

La risposta accettata non mi ha aiutato nel mio caso (Ubuntu 13.10) ma sono stato in grado di aggirare l'aggiornamento del problema tramite la riga di comando anziché tramite Software Updater (nel caso in cui qualcun altro si imbatta in questo problema).

sudo aptitude upgrade

mi ha presentato il pacchetto particolare che proveniva da una fonte non attendibile (Google Music Manager) e mi ha chiesto se volevo accettarlo e aggiornarlo.


3

Ho avuto lo stesso errore durante il tentativo di aggiornare l'indicatore di sistema.

Nel mio caso è stato a causa della mancanza di chiavi GPG. C'è una risposta qui che ti dirà di installare un gestore PPA e può tentare di importare tutte le chiavi mancanti. L'ho fatto e non mi ha dato alcuna conferma che le chiavi mancanti sono state importate, ma ho eseguito l'aggiornamento in seguito e si è installato correttamente.

È un messaggio di errore orribile (non utile) che devo dire in questo caso.

https://askubuntu.com/a/386003/11929


Questo era il problema anche per me, quindi ho dovuto seguire la correzione di Jorge M. Treviño prima di poter installare con successo
Heather Turner

Ho avuto problemi con apt-fast in qualche modo non poteva pulirlo - quindi questo non ha funzionato per me
serup
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.