私がしなければならない作業のために「traceroute」をダウンロードする必要があるため、「Sudo apt-get install」を使用してパッケージをダウンロードしようとしました。オンラインで確認した後、ソフトウェアを更新する必要があるかもしれないが、それも機能しなかったことがわかりました。何か案は?
ubuntu@ubuntu:~$ Sudo apt-get install traceroute
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package traceroute is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'traceroute' has no installation candidate
ubuntu@ubuntu:~$ Sudo apt-get install update
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package update
追伸inetutils-tracerouteが機能しないため、パッケージをダウンロードするには別の回答が必要です。
y/nを押すように求められたら、まず以下のコマンドを実行してリポジトリを更新します:yを押します:
Sudo apt-get update
その後、y/nを押すようにプロンプトが出されたら、このコマンドを実行して既存のソフトウェアを更新します。yを押します。
Sudo apt-get upgrade
次に、以下のコマンドでtracerouteをインストールします。もう一度、y/nを押すように求められたら、yを押します。
Sudo apt-get install inetutils-traceroute