Running installed .tar.gz apps
Hey All,
I downloaded an app in a tar.gz file and saved it to /home/user ran the following commands to gunzip it:
gzip -d app.tar.gz
then ran:
tar xvf app.tar
it created the new dir just fine. I chaged to the new dir and then ran:
./configure
make all
It looked like it installed but the I tried to run the app in the terminal and got a 'command not found' error. So I am guessing it didn't install? Tried this a few times and same thing. how do I check to see if it has been installed? Running RedHat8. Any help would be appreciated. Cheers.
-=DpG=-
|