日日噜噜夜夜狠狠久久丁香五月,人人摸人人操,人人妻人人,添人人爽,欧美一区,色婷婷综合缴情综,欧美午夜精品久久久久久浪潮

<>
文檔首頁> Linux> -bash: xx: command not ...解決辦法

-bash: xx: command not ...解決辦法

發(fā)布時(shí)間:2021-10-06 16:39        更新時(shí)間:2023-02-28 01:12

當(dāng)centos系統(tǒng)出現(xiàn)  -bash:  XXX: command not found錯(cuò)誤時(shí)

[root@localhost ~]# wget 
-bash: wget: command not found
[root@localhost ~]# yum -y install wget

這些問題大都是因?yàn)槿鄙侔惭b包,安裝上就可以了,使用 yum 命令可以自動安裝。

當(dāng)然,并不是所有命令都是直接安裝 xxx,有些命令是包含在某一軟件包內(nèi)的。例如:

[root@localhost ~]# fuser /www
-bash: fuser: command not found
[root@localhost ~]# yum -y install psmisc