LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   where is my acrobat reader (https://www.linuxquestions.org/questions/linux-networking-3/where-is-my-acrobat-reader-151806/)

ycli00 02-29-2004 07:05 AM

where is my acrobat reader
 
I have downloaded an acrobatreader. however, after I installed it, I can not find it on my desktop
please tell me how to run my acrobat reader?
thanks!

druuna 02-29-2004 07:23 AM

Acroread (the reader) can be installed in different places.

- /usr/local/Acrobat5/bin/acroread
- /usr/bin/acroread
- /usr/X11R6/bin/acroread

First find where the binary actually is located.
If you have locate installed, use that (after updating).

As root:
$ updatedb
When ready:
$ locate acroread
You should get at least one hit.

If you do not have locate installed, use find:

$ find / -name acroread | grep bin
Again, you should get at least 1 hit.

Now you know where the acroread binary is located.

You do not mention which window manager you are using, so I cannot tell you how to create a button/link for your specific WM (chances are that I'm not using the one you choose. I'm using xfce/blackbox).

Hope this gets you going again.

andrewlkho 02-29-2004 07:40 AM

Just as a side note, the
$ whereis <command>
will helpfully locate any commands for you as well :)

ycli00 02-29-2004 07:41 AM

Thankyou druuna!
your words are very helpful!

ycli00 02-29-2004 07:42 AM

thankyou ho_10 as well!


All times are GMT -5. The time now is 07:12 AM.