信頼できないパッケージのインストールが必要ですか?


78

昨日VLC Playerをインストールしようとしましたが、Requires installation of untrusted packagesエラーが発生しました。私はこの問題の解決策を何時間も探しましたが、最終的に更新をダウンロードするためにサーバーを変更するよう提案する提案がありました。これを行いましたが、Update Managerで[チェック]をクリックすると、404エラーが発生しました。サーバーをメインサーバーに切り替えてみました(その後、他のいくつかのサーバーも切り替えました)が、404エラーが引き続き発生しています。 ここに画像の説明を入力してください

そして、ダウンロードまたは更新時に私が得る他のエラー: ここに画像の説明を入力してください

編集:の出力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.

出力cat /etc/apt/sources.listgpg --list-keys貼り付けてから、Ubuntuの貼り付けで貼り付けます
-twister_void

質問を編集しました。
イザヤブガーリン

回答:


90

以前の回答のコメントセクションで貼り付けたエラーに基づいて、別の解決策があります。

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

これにより、キャッシュが再構築されます。
礼儀:http : //ubuntuforums.org/showthread.php?t=1983220#8


今私は英語を持っていると私はすべての私の他の言語パッケージを失った:THIS DO DONT
ジョアン・ピメンテル・フェレイラ

私のために働いた〜
ABASのnikzad


5

受け入れられた答えは私の場合(Ubuntu 13.10)助けにはなりませんでしたが、(他の誰かがこの問題に遭遇した場合に)Software Updaterの代わりにコマンドラインから問題の更新を回避することができました。

sudo aptitude upgrade

信頼できないソース(Googleのミュージックマネージャ)から提供された特定のパッケージを提示し、それを受け入れてアップグレードするかどうかを尋ねました。


3

システムインジケータを更新しようとしたときに、まったく同じエラーが発生しました。

私の場合は、GPGキーが欠落しているためでした。ここにはPPAマネージャーをインストールするように指示する回答があり、不足しているすべてのキーのインポートを試みることができます。私はこれを行い、不足しているキーがインポートされたことを確認しませんでしたが、その後アップデートを実行し、うまくインストールしました。

この場合、言わなければならない恐ろしい(役に立たない)エラーメッセージです。

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


そして、これは私がの修正従わなければならなかった、あまりにも私にとって問題だったホルヘM.トレビノを、私は正常にインストールできる前に
ヘザー・ターナー

そう、これは私のために動作しませんでした-私は何とかそれをきれいにできなかったのapt-FASTの問題を持っていた
serup
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.