Bash: lsb_release: command not found
If you get this error on Debian:
# lsb_release -s -c -bash: lsb_release: command not found |
Just install lsb_release via apt-get:
apt-get install lsb-release |
More Related Posts
- [2016/06/01] Extract and Count Unique IP Addresses ...
- [2016/05/25] Debconf-get-selections: Command not fo...
- [2016/05/26] Cannot Access Attachments Upload Path ...
- [2016/05/24] Free Windows Templates For Kimsufi
- [2016/07/02] Run a Bash Script in Background with N...
- [2016/06/15] Bash: make: command not found
- [2016/07/02] Execute Commands After You Exit From a...
- [2016/06/15] Install ImageMagick from Source on Deb...