Ubuntuソフトウェアを介したインストールの傾斜-「aptトランザクションが結果の終了に失敗しました」


10

私は17.04(クリーンインストール)を使用しています。覚えている限り、ソフトウェアをインストールしようとすると、そのエラーコードで失敗します。

私が試しましたがsudo apt-get update && apt-get upgrade、問題は解決しません。

なぜか? 画面からのスナップショット

編集:ソフトウェアアップデーターを使用すると、この結果が得られました: ここに画像の説明を入力してください

編集:更新の出力

guy@LG-LAPTOP:~$ sudo apt-get update && apt-get upgrade
[sudo] password for guy: 
Ign:1 http://il.archive.ubuntu.com/ubuntu zesty InRelease
Ign:2 http://il.archive.ubuntu.com/ubuntu zesty-updates InRelease              
Ign:3 http://il.archive.ubuntu.com/ubuntu zesty-backports InRelease            
Err:4 http://il.archive.ubuntu.com/ubuntu zesty Release                        
  503  Service Unavailable
Get:5 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB]     
Err:6 http://il.archive.ubuntu.com/ubuntu zesty-updates Release                
  503  Service Unavailable
Get:7 http://archive.canonical.com/ubuntu zesty InRelease [10.2 kB]            
Err:8 http://il.archive.ubuntu.com/ubuntu zesty-backports Release              
  503  Service Unavailable
Get:9 http://archive.canonical.com/ubuntu zesty/partner Sources [1,416 B]      
Get:10 http://archive.canonical.com/ubuntu zesty/partner amd64 Packages [1,616 B]
Get:11 http://archive.canonical.com/ubuntu zesty/partner i386 Packages [1,612 B]
Get:12 http://archive.canonical.com/ubuntu zesty/partner Translation-en [708 B]
Get:13 http://security.ubuntu.com/ubuntu zesty-security/main amd64 DEP-11 Metadata [11.7 kB]
Get:14 http://security.ubuntu.com/ubuntu zesty-security/main DEP-11 64x64 Icons [9,219 B]
Get:15 http://security.ubuntu.com/ubuntu zesty-security/universe amd64 DEP-11 Metadata [14.4 kB]
Get:16 http://security.ubuntu.com/ubuntu zesty-security/universe DEP-11 64x64 Icons [31.0 kB]
Reading package lists... Done                                         
E: The repository 'http://il.archive.ubuntu.com/ubuntu zesty Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://il.archive.ubuntu.com/ubuntu zesty-updates Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://il.archive.ubuntu.com/ubuntu zesty-backports Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
guy@LG-LAPTOP:~$ 

apt getの出力

guy@LG-LAPTOP:~$ sudo apt-get install putty
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  putty-tools
Suggested packages:
  putty-doc
The following NEW packages will be installed:
  putty putty-tools
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 661 kB of archives.
After this operation, 2,713 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Err:1 http://il.archive.ubuntu.com/ubuntu zesty/universe amd64 putty-tools amd64 0.67-3
  503  Service Unavailable
Err:2 http://il.archive.ubuntu.com/ubuntu zesty/universe amd64 putty amd64 0.67-3
  503  Service Unavailable
E: Failed to fetch http://il.archive.ubuntu.com/ubuntu/pool/universe/p/putty/putty-tools_0.67-3_amd64.deb  503  Service Unavailable
E: Failed to fetch http://il.archive.ubuntu.com/ubuntu/pool/universe/p/putty/putty_0.67-3_amd64.deb  503  Service Unavailable
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
guy@LG-LAPTOP:~$ 

回答:


18

ソフトウェアソースサーバーに問題があります。ソフトウェアソースアプリから変更します。次の方法でアクセスできます。

  • (クリック)左上の歯車アイコン
  • システム設定
  • ソフトウェアの更新
  • (タブをクリック)Ubuntuソフトウェア
  • ダウンロードドロップダウンから別のサーバーを選択する

[ その他 ]を選択して最適なサーバーを取得し、[最適なサーバーの選択 ]をクリックします。そのオプションでは、システムがテストを実行し、現在地で最高のパフォーマンスを発揮するミラーサーバーと一致します。


1
魅力のように機能します(サーバーをメインサーバーに設定した後)
ガイ。D

うまくいきました。謝辞をありがとう。
LD James
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.