Ubuntu 20.10 にソフトウェアをインストールできない

Ubuntu 20.10 にソフトウェアをインストールできない

ソフトウェアをインストールできません:(ソフトウェアセンターが消えてしまい
、たとえばvlcをインストールしたいときにaptなどのパッケージを使用すると

sudo apt install vlc

このエラーが発生します

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package vlc

sudo apt-updateインストールする前に追加しようとしましたが

Hit:1 http://ppa.launchpad.net/mc3man/mpv-tests/ubuntu groovy InRelease        
Err:2 https://dl.google.com/linux/chrome/deb stable InRelease                  
  Cannot initiate the connection to dl.google.com:443 (2a00:1450:4019:805::200e). - connect (101: Network is unreachable) Could not connect to dl.google.com:443 (216.58.208.238), connection timed out
Err:3 http://packages.microsoft.com/repos/code stable InRelease                
  Connection failed [IP: 104.214.230.139 80]
Err:4 http://us.archive.ubuntu.com/ubuntu groovy InRelease
  Connection failed [IP: 91.189.91.38 80]
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/groovy/InRelease  Connection failed [IP: 91.189.91.38 80]
W: Failed to fetch https://dl.google.com/linux/chrome/deb/dists/stable/InRelease  Cannot initiate the connection to dl.google.com:443 (2a00:1450:4019:805::200e). - connect (101: Network is unreachable) Could not connect to dl.google.com:443 (216.58.208.238), connection timed out
W: Failed to fetch http://packages.microsoft.com/repos/code/dists/stable/InRelease  Connection failed [IP: 104.214.230.139 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.

私はいろいろ試しましたが、同じエラーが発生する場合は助けてください

答え1

Ubuntu マシンが実際にインターネットにアクセスできるかどうか、つまり適切なネットワーク インターフェイスが有効になっていて正しく構成されているか、ケーブルが接続されているか、Wi-Fi スポットが利用可能かどうかなどを確認してください。このエラー メッセージは、connect (101: Network is unreachable)何らかの理由でインターネットにアクセスできないことを示しているためです。

関連情報