daniel-vera-g / dotfiles

My personal list of dotfiles.
1 stars 0 forks source link

Improve checking for application install #144

Open daniel-vera-g opened 5 years ago

daniel-vera-g commented 5 years ago

Use the whereis command to test for additional installed applications. Cut out name at the fron -> Exit codes don't work. https://askubuntu.com/questions/87415/how-can-i-find-out-if-a-specific-program-is-installed | ¹command line - How can I find out if a specific program is installed? - Ask Ubuntu https://askubuntu.com/questions/87415/how-can-i-find-out-if-a-specific-program-is-installed | ²command line - How can I find out if a specific program is installed? - Ask Ubuntu https://stackoverflow.com/questions/592620/how-to-check-if-a-program-exists-from-a-bash-script | ³How to check if a program exists from a Bash script? - Stack Overflow https://askubuntu.com/questions/18804/what-do-the-various-dpkg-flags-like-ii-rc-mean | ⁴command line - What do the various dpkg flags like 'ii' 'rc' mean? - Ask Ubuntu