LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing acrobat reader (https://www.linuxquestions.org/questions/linux-newbie-8/installing-acrobat-reader-211735/)

corbis_demon 07-31-2004 01:08 AM

installing acrobat reader
 
Hi,
I downloaded the acrobat reader yesterday,but am facing problems with the install.Can someone explain how to go about with the install?I run Fedora Core 2.

jax8 07-31-2004 01:24 AM

Open a terminal.

switch to super user with the command

su

type in the password for the superuser

"cd" to the directory where you downloaded AcrobatReader.

Uncompress the file, if it is .tar.gz do

tar -zxf Acrobat5.tar.gz

replace filename with correct ones.

go into the directory Acrobat5
with

cd Acrobat5

go into the installation directory and type ./INSTALL

This will install Acrobat


type /usr/local/Acrobat5/bin/acroread
to run acrobat reader

You should add acroread to the PATH as well

#add the following to the bottom of /etc/profile

export PATH=$PATH:/usr/local/Acrobat5/bin
# or where ever the file acroread is located



If acroread will not work try this

#add this to the top of acroread in the bin directory

LANG=C;
export LANG

AnanthaP 07-31-2004 06:13 AM

I just installed a 32 MB RAM box with red hat 7.1 and only text mode. Will acrobat work in this configuration?

End

Demonbane 07-31-2004 07:08 AM

Acrobat reader requires X.

Basslord1124 07-31-2004 10:10 AM

There's an acrobat PDF Viewer built into X as well...assuming you install it of course.

dbruso 08-31-2004 11:41 AM

Another Newbie
 
I'm having a related problem with my Acrobat 5 installation. I'm running Fedora 2 with a Gnome GUI. I was able to successfully install Acrobat and can run the executable, but Gnome seem unaware of the new package. For example, I had to manually add an icon to the desktop (not the Acrobat icon, I couldn't find that); when I click on a PDF file, Gnome automatically opens it with the Gnome PDF viewer, not Acrobat-- even though I have gone into File Types and Programs and specified Acrobat as the application to use for PDF's; when I attempt to print from Acrobat, none of the printers I installed with Print Manager are available to me.

Any ideas on how to get Gnome to play nicely with the Acrobat package?

Thanks,

Dale Bruso

jax8 09-02-2004 03:21 AM

find the prefered application program.

It will be in the menu somewhere and assign acroread as the default viewer as apposed to the current one.

dbruso 09-02-2004 10:49 AM

Jax8:

The "Preferred Applications" applet in FC2 only displays options for choosing a browser, mail client, text editor or terminal type. There is an applet called "File Types and Programs" that will allow you to create an association between a file extension and an application. I have already used this to assign the file type pdf to acroread, but for whatever reason, when I open a pdf I am still in the Gnome PDF reader.

Is there something else I need to check? Perhaps a conf file somewhere that needs editing?

Thanks for your help and support.

dbruso
humble newbie and MS expatriate


All times are GMT -5. The time now is 03:23 PM.