Dheerajmadhukar/karma_v2

ALL reqiment install but error

Jmehta10 opened this issue · 2 comments

(tutorial-env) root@debian-s-1vcpu-2gb-blr1-01:/karma_v2# apt install lolcat -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
lolcat is already the newest version (100.0.1-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(tutorial-env) root@debian-s-1vcpu-2gb-blr1-01:
/karma_v2#

ALL INSTALL
BUT THIS error
(tutorial-env) root@debian-s-1vcpu-2gb-blr1-01:~/karma_v2# bash karma_v2

[!] Error: Unable to find lolcat. Make sure it installed OR
- apt install lolcat -y
how to fix

Check if, lolcat is installed or not
By, lolcat --version and which lolcat
Reinstall lolcat
sudo apt-get remove lolcat
sudo apt-get install lolcat -y
Check Environment variables. export PATH=$PATH:/usr/...