博客
关于我
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 语句操作索引SQL语句
查看>>
MySQL 误操作后数据恢复(update,delete忘加where条件)
查看>>
MySQL 调优/优化的 101 个建议!
查看>>
mysql 转义字符用法_MySql 转义字符的使用说明
查看>>
mysql 输入密码秒退
查看>>
mysql 递归查找父节点_MySQL递归查询树状表的子节点、父节点具体实现
查看>>
mysql 通过查看mysql 配置参数、状态来优化你的mysql
查看>>
mysql 里对root及普通用户赋权及更改密码的一些命令
查看>>
Mysql 重置自增列的开始序号
查看>>
mysql 锁机制 mvcc_Mysql性能优化-事务、锁和MVCC
查看>>
MySQL 错误
查看>>
mysql 随机数 rand使用
查看>>
MySQL 面试题汇总
查看>>
MySQL 面试,必须掌握的 8 大核心点
查看>>
MySQL 高可用性之keepalived+mysql双主
查看>>
MySQL 高性能优化规范建议
查看>>
mysql 默认事务隔离级别下锁分析
查看>>
Mysql--逻辑架构
查看>>
MySql-2019-4-21-复习
查看>>
mysql-5.6.17-win32免安装版配置
查看>>