博客
关于我
CentOS 7 - “-bash: wget: command not found“ 解决方法
阅读量:312 次
发布时间:2019-03-03

本文共 2277 字,大约阅读时间需要 7 分钟。

文章目录

CentOS 7 - “-bash: wget: command not found” 解决方法

环境信息

操作系统:

# cat /etc/centos-releaseCentOS Linux release 7.7.1908 (Core)# uname --kernel-release3.10.0-1062.el7.x86_64

通过 yum 安装 wget

命令 yum --assumeyes install wget

# yum --assumeyes install wgetLoaded plugins: fastestmirrorDetermining fastest mirrors * base: mirrors.ustc.edu.cn * extras: mirrors.ustc.edu.cn * updates: mirrors.ustc.edu.cnbase                                                                  | 3.6 kB  00:00:00     docker-ce-stable                                                      | 3.5 kB  00:00:00     extras                                                                | 2.9 kB  00:00:00     updates                                                               | 2.9 kB  00:00:00     (1/3): extras/7/x86_64/primary_db                                     | 205 kB  00:00:00     (2/3): docker-ce-stable/x86_64/primary_db                             |  45 kB  00:00:01     (3/3): updates/7/x86_64/primary_db                                    | 3.0 MB  00:00:02     Resolving Dependencies--> Running transaction check---> Package wget.x86_64 0:1.14-18.el7_6.1 will be installed--> Finished Dependency ResolutionDependencies Resolved============================================================================================= Package           Arch                Version                       Repository         Size=============================================================================================Installing: wget              x86_64              1.14-18.el7_6.1               base              547 kTransaction Summary=============================================================================================Install  1 PackageTotal download size: 547 kInstalled size: 2.0 MDownloading packages:wget-1.14-18.el7_6.1.x86_64.rpm                                       | 547 kB  00:00:00     Running transaction checkRunning transaction testTransaction test succeededRunning 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!

转载地址:http://mlyq.baihongyu.com/

你可能感兴趣的文章
mysql /*! 50100 ... */ 条件编译
查看>>
mudbox卸载/完美解决安装失败/如何彻底卸载清除干净mudbox各种残留注册表和文件的方法...
查看>>
mysql 1264_关于mysql 出现 1264 Out of range value for column 错误的解决办法
查看>>
mysql 1593_Linux高可用(HA)之MySQL主从复制中出现1593错误码的低级错误
查看>>
mysql 5.6 修改端口_mysql5.6.24怎么修改端口号
查看>>
MySQL 8.0 恢复孤立文件每表ibd文件
查看>>
MySQL 8.0开始Group by不再排序
查看>>
mysql ansi nulls_SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON 什么意思
查看>>
multi swiper bug solution
查看>>
MySQL Binlog 日志监听与 Spring 集成实战
查看>>
MySQL binlog三种模式
查看>>
multi-angle cosine and sines
查看>>
Mysql Can't connect to MySQL server
查看>>
mysql case when 乱码_Mysql CASE WHEN 用法
查看>>
Multicast1
查看>>
mysql client library_MySQL数据库之zabbix3.x安装出现“configure: error: Not found mysqlclient library”的解决办法...
查看>>
MySQL Cluster 7.0.36 发布
查看>>
Multimodal Unsupervised Image-to-Image Translation多通道无监督图像翻译
查看>>
MySQL Cluster与MGR集群实战
查看>>
multipart/form-data与application/octet-stream的区别、application/x-www-form-urlencoded
查看>>