Funny, after installing Ubuntu Server on my Khadas VIM I could not find the command "ping". An approach to find commands that so far always helped me was to use apt-file.
- apt-get install apt-file
- apt-file update
- apt-file find ping |grep utils
I also suspected it needed to be part of some kind of *utils*.
- apt-get install iputils-ping
And now I have "ping".
No comments:
Post a Comment