"Guo Xiao Qiang (TAGZ)" wrote:
> 
>                 I have download the acrobat reader for linux from www.adobe.
> com , but I can't install it properly, even I can't find the install file.
>                 My OS is RH 6.0.

It sould be either a tarball (filename.tar.gz) or an RPM file
(filename.rpm). If it's a tarball, do this:

  cd /usr/local/src
  tar -zxvf /path/filename.tar.gz

Then change to the newly created directory and look for the README or
INSTALL files. read these for further instructions. You can remove the new
directory after everything is working:

  cd /usr/local/src
  rm -rf newdirectory

If it's an RPM file, you can use gnorpm as root to install it, or from the
command line (as root), do this:

  rpm -ivh /path/filename.rpm

-- 
 Anthony E. Greene <[EMAIL PROTECTED]>
 Homepage & PGP Key <http://www.pobox.com/~agreene/>
 If it's too good to be true, it's probably Linux.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to