「Ubuntuにifconfigをインストールする」の版間の差分
提供: Ubuntu入門
(ページの作成:「Ubuntu で ifconfig コマンドを実行したら、 「The program 'ifconfig' is currently not installed. You can install it by typing: sudo apt install net-tools」と...」) |
(相違点なし)
|
2017年10月29日 (日) 12:32時点における最新版
Ubuntu で ifconfig コマンドを実行したら、 「The program 'ifconfig' is currently not installed. You can install it by typing: sudo apt install net-tools」と言われました。ifconfigをインストールする方法を紹介します。
読み方
- ifconfig
- あい えふ こんふぃぐ
概要
ネットワークインターフェースの設定を変更したり、参照したりするのに、 Linux では ifconfig コマンドを利用します。よくある利用シーンとしては、IPアドレスを確認したいときにifconfigを利用します。
Ubuntu の 17.10 をインストールしたあとに、環境を構築するために、IPアドレスを調べたところ、 ifconfig がないので、 net-tools をインストールしてね、と言われました。
$ ifconfig The program 'ifconfig' is currently not installed. You can install it by typing: sudo apt install net-tools
インストール
sudo apt install net-tools