1. 程式人生 > >linux ping: command not found

linux ping: command not found

這個問題是簡單的沒有下載ping

root@828306f8d1da:/# ping 172.18.0.4
bash: ping: command not found

下載就好了


[email protected]:/#  apt-get install inetutils-ping
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  inetutils-ping
0
upgraded, 1 newly installed, 0 to remove and 31 not upgraded. Need to get 56.9 kB of archives. After this operation, 338 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/universe amd64 inetutils-ping amd64 2:1.9.4-1build1 [56.9 kB] Fetched 56.9 kB in 1s (35.7 kB/s) debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76
, <> line 1.) debconf: falling back to frontend: Readline Selecting previously unselected package inetutils-ping. (Reading database ... 24501 files and directories currently installed.) Preparing to unpack .../inetutils-ping_2%3a1.9.4-1build1_amd64.deb ... Unpacking inetutils-ping (2:1.9.4-1build1) ...
Setting up inetutils-ping (2:1.9.4-1build1) ...

相關推薦

linux ping: command not found

這個問題是簡單的沒有下載ping root@828306f8d1da:/# ping 172.18.0.4 bash: ping: command not found 下載就好了 [email protected]:/# apt-get

Linuxcommand not found(以CentOS下沒有telnet為例)

裏的 linu com ins net 文件 bsp netd mman [[email protected]/* */ ~]# telnet bash: telnet: command not found rpm -qa telnet* //查詢是否安裝了

linux brctl command not found

man inux utils -- brctl idg 方法 not found bridge [[email protected]/* */ ~]# brctl-bash: brctl: command not found 解決方法: [[email

arm-linux-gcc:Command not found的問題

折騰了一天,終於搞定了。 ubuntu沒有root許可權,剛開始用碰到很多麻煩,查了好多資料,終於把arm-linux-gcc:Command not found 的問題解決了。 問題: sudo tar jxvfcross-2.95.3.tar.bz2 exportP

linux出現command not found的解決方法

linux出現command not found,主要是兩種原因造成: 1、該命令所屬的程式未安裝。 2、未配置環境變數。 今天在配置hadoop環境變數時,修改~/.bashrc 檔案導致常用命令如ls,vi,vim,mv等全部提示command not found。原因

linuxcommand not found詳解

問題一 如果新裝的系統,執行一些很正常的諸如:shutdown,fdisk的命令時,悍然提示:bash:command notfound。那麼 首先就要考慮root 的$PATH裡是否已經包含了這些環境變數。 主要是這四個:/bin ,/usr/bin,/sbin,/usr

arm-linux-gcc: Command not found 問題解決

許可權問題(在使用者模式下執行sudo make命令時) 開啟一個超級使用者許可權的shell:  sudo –s      在當前shell下,設定環境變數:      export PATH=$PATH:/usr/local/arm/***/bin     找不到arm

Linux不能使用FTP 命令 -bash: ftp: command not found

alt src found tp服務器 bsp mman ftp服務器 錯誤提示 不能 今天在centos上使用ftp命令連接搭建的FTP服務器(本機FTP服務使用Vsftpd搭建),出現如下的錯誤提示:-bash: ftp: command not found 查詢相關資

<Linux> SSH配置之後 SHH slave1 測試 error:SSH: command not found

document command span 4.4 pre error -s 6.0 and 首先要查看一下ssh命令存在何處# which ssh /usr/bin/ssh 使用ssh的絕對路徑 # /usr/bin/ssh slave1Welcome to Ub

【轉】bash: ssh: command not found解決方法(linux

inux 配置 pan html clas client oop post bash 原文轉自:http://www.cnblogs.com/ahauzyy/archive/2013/04/25/3043699.html 今天在搭建hadoop的開發環境中,用的是ce

Linux bash: scp: command not found的問題記錄

private ssl load round ase chan ram option cat 1,scp報錯[[email protected]/* */ soft]# scpjdk-7u55-linux-x64.tar.gz 192.168.121.246

Linux系統使用sudo遇到command not found的情況處理

Linux command not found 一般通過編譯安裝或二進制拷貝的軟件路徑會選擇自定義路徑,以nodejs軟件為例,如:/usr/local/node6.10/bin。這個時候在使用sudo命令運行的時候會提示command not found。出現這個問題的原因是/etc/sud

linux bash XXX command not found

net-tools sans onf any ins fan mil -c color 1.最小化安裝了centos, 但是使用ifconfig命令時候出現”bash ifconfig command not found” .解決方法:yum install net-too

Linux 環境變量的配置解決(-bash: jps: command not found)問題

mar code 配置 tar 找到 text not found 環境 jdk 找到文件 .bash_profile find / -n .bash_profile 編輯文件把jdk安裝的bin目錄放到最後面 3.讓配置文件馬上生效 source /root/.

Linux執行source /etc/profile報錯“:command not found

命令 csdn brush linux not etc highlight 可用 class 修改完 /etc/profile中的內容後,執行“立即生效”命令 “source /etc/profile”報錯: :command not found :command not

linux筆記:安裝程式後,使用時顯示找不到命令(command not found)

在linux中,用各種工具下載安裝程式後,使用時顯示找不到命令(command not found)解決方法 其實這個問題與在windows安裝程式後,在命令列下使用不了是一個原因:沒有配置環境變數 linux解決方法: linux中假如你安裝了一個A程式,在終端輸入 f

linux 解決 " command not found: shopt "的 "~/.bashrc" 配置問題

之前使用的是 bash,自從使用 zsh 後,在執行 source ~/.bashrc 的時候出現下面的 command not found 的錯誤。 下面是錯誤資訊 /home/trsky/.bashrc:16: command not found: shopt /home/trsky/.

Linux執行 wget命令:提示command not found的兩種解決方法

1、rpm 安裝 下載wget的RPM包: http://mirrors.163.com/centos/6.8/os/x86_64/Packages/wget-1.12-8.el6.x86_64.rpm 執行 rpm -ivh wget-1.12-8.el6.x86_64.rpm2、yu

解決: -bash: docker-compose: command not foundlinux 安裝 docker-compose

1. 執行docker-compose 命令報錯: -bash: docker-compose: command not found 2.安裝: 1)先安裝 pip ,檢查是否已有: pip -V  報錯: -bash: pip: command not

普通使用者使用conda命令 ubuntu linux 路徑 maltab 明明安裝了 找不到命令 command not found

是這樣的,你比如你安裝了一個anaconda,或者matlab在你的私人資料夾。你不是root,你沒有把你安裝的軟體裝上軟連線,那你直接輸入命令,你的電腦是找不到的。 這個問題很簡單。你只需要知道你安裝的位置,然後親自去呼叫。 也就是說不寫  maltab #肯定會提示你找