Code: Select all
pi@gatepie ~ $ ./SomeScript.sh
./SomeScript.sh: line 2: uuencode: command not found
Code: Select all
pi@gatepie ~ $ uuencode
uuencode: command not found
Code: Select all
pi@gatepie ~ $ sudo apt-get install command-not-found
Reading package lists... Done
[...]
You need to run 'update-command-not-found' as root to update the cache.
Code: Select all
pi@gatepie ~ $ sudo update-command-not-found
Downloading complete file http://mirrordirector.raspbian.org/raspbian/dists/wheezy/main/Contents-armhf.gz
OK, you might need to log out and back in again for this to work
Code: Select all
pi@gatepie ~ $ uuencode
The program 'uuencode' is currently not installed. To run 'uuencode' please ask your administrator to install the package 'sharutils'
Code: Select all
root@gatepie ~ # uuencode
The program 'uuencode' is currently not installed. You can install it by typing:
apt-get install sharutils
uuencode: command not found
Code: Select all
pi@gatepie ~ $ dhcp
No command 'dhcp' found, did you mean:
Command 'dicp' from package 'dish' (main)
Command 'hcp' from package 'lam4-dev' (main)
Command 'chcp' from package 'nilfs-tools' (main)
Command 'dhcpd' from package 'isc-dhcp-server' (main)
Command 'dccp' from package 'dcap' (main)
dhcp: command not found
pi@gatepie ~ $