CentOS7.9 [-bash: wget: command not found]を解決する方法

wgetでファイルをダウンロードしようと思ったら、コマンドがない。と言われた際はwgetを使えるようにインストールしましょう。

[root@ホスト名]# wget https://xxxxxxxxxxxxxxxx
-bash: wget: command not found 👈これです。コマンドがないと言われます。
[root@ホスト名]#

インストールコマンド

yum install wget

インストールするとこのようになります。

[root@ホスト名]# wget https://xxxxxxxxxxxxxx
-bash: wget: command not found 👈これです。コマンドがないと言われます。
[root@ホスト名]#
[root@ホスト名]#
[root@ホスト名]# yum install wget 👈インストールします。
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
epel/x86_64/metalink | 5.1 kB 00:00:00
epel-debuginfo/x86_64/metalink | 4.6 kB 00:00:00

base: ftp.jaist.ac.jp
elrepo: ftp.yz.yamagata-u.ac.jp
elrepo-testing: ftp.yz.yamagata-u.ac.jp
epel: ftp.jaist.ac.jp
epel-debuginfo: ftp.jaist.ac.jp
extras: ftp.jaist.ac.jp
remi-safe: ftp.riken.jp
updates: ftp.jaist.ac.jp
base | 3.6 kB 00:00:00
elrepo | 3.0 kB 00:00:00
elrepo-testing | 3.0 kB 00:00:00
epel | 4.7 kB 00:00:00
epel-debuginfo | 3.0 kB 00:00:00
extras | 2.9 kB 00:00:00
mariadb | 3.4 kB 00:00:00
remi-safe | 3.0 kB 00:00:00
updates | 2.9 kB 00:00:00
(1/4): epel/x86_64/updateinfo | 1.0 MB 00:00:00
(2/4): epel-debuginfo/x86_64/primary_db | 900 kB 00:00:00
(3/4): remi-safe/primary_db | 2.2 MB 00:00:01
(4/4): epel/x86_64/primary_db | 7.0 MB 00:00:01
Resolving Dependencies
--> Running transaction check
---> Package wget.x86_64 0:1.14-18.el7_6.1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===============================================================

Package Arch Version Repository Size

Installing:
wget x86_64 1.14-18.el7_6.1 base 547 k

Transaction Summary

Install 1 Package
Total download size: 547 k
Installed size: 2.0 M
Is this ok [y/d/N]: y 👈yでEnterします。
Downloading packages:
wget-1.14-18.el7_6.1.x86_64.rpm | 547 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : wget-1.14-18.el7_6.1.x86_64 1/1
Verifying : wget-1.14-18.el7_6.1.x86_64 1/1

Installed:
wget.x86_64 0:1.14-18.el7_6.1

Complete!    👈Completeが出れば完了です。
[root@ホスト名]

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です