Link to home
Start Free TrialLog in
Avatar of jerich1
jerich1

asked on

Installing tar.gz packages

I am trying to install Doom on RedHat8.0.........this is the package I downloaded "prboom-2.2.3.tar.gz"

I need the commands to install it.
Avatar of suprakoma
suprakoma

jerich1,

(1) $ tar xzvf prboom-2.2.3.tar.gz
(2) $ cd <DIR which new extracted>
(3) look for INSTALL or README file

Regards,
suprakoma
ASKER CERTIFIED SOLUTION
Avatar of Yawgmoth
Yawgmoth

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jerich1

ASKER

Ok Yawgmoth, I downloaded the rpm and I was able to install it.............now what dir is it in and how do I access the program.
two options:
1. start looking in /usr or /usr/local
2. search the entire volume since the executable is called prboom (i beleive) you can do the following
mke sure you do this as root: find / -name prboom -depth

this will look for the file indicared by the name switch and will search trhe entire tree