文档首页> Linux> Liunx系统找不到命令,无法执行下载命令

Liunx系统找不到命令,无法执行下载命令

发布时间:2022-08-10 14:10        更新时间:2023-09-15 14:19

Linux中提示-bash: wget: command not found的解决方法

Liunx系统中,-bash: wget: command not found是找不到命令的意思,也就是无法执行下载命令,主要是因为你的系统太干净了,没有安装下载命令的控制器,我们给系统安装个下载命令器即可。
CentOS系统执行以下命令:yum install wget -y

Debian/Ubuntu系统,需要执行以下命令:apt-get install -y wget