博客
关于我
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高级查询~分页查询
查看>>
mysql高级查询之多条件的过滤查询
查看>>
MySQL高级配置
查看>>
MySQL高频面试题
查看>>
MySQL高频面试题的灵魂拷问
查看>>
MySQL(1)的使用 | SQL
查看>>
MySQL(2)DDL详解
查看>>
MySQL(3)DML详解
查看>>
MySQL(4)运算符 | 关联查询详解
查看>>
MySQL(5)条件查询 | 单行函数 | 事务详解
查看>>
Mysql,group by分组查询、order by排序查询、join连接查询、union联合查询
查看>>
Mysql,sql文件导入和导出
查看>>
MYSQL:int类型升级到bigint,对PHP开发语言影响
查看>>
Mysql:mysql 5.X 报错 ERROR 1193 (HY000): Unknown system variable ‘validate_password_length‘
查看>>
MySQL:MySQL执行一条SQL查询语句的执行过程
查看>>
Mysql:SQL性能分析
查看>>
mysql:SQL按时间查询方法总结
查看>>
MySQL:什么样的字段适合加索引?什么样的字段不适合加索引
查看>>
MySQL:判断逗号分隔的字符串中是否包含某个字符串
查看>>
MySQL:某个ip连接mysql失败次数过多,导致ip锁定
查看>>