Results 1 to 4 of 4
I downloaded Adobereader(rpm Package) and installed using "#rpm -ivh AdobeReader_enu.i386 ". Now how can i use adobereader i cant locate where it is, So i tried to find all installed ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-12-2007 #1
CentOS Adobe Installation
I downloaded Adobereader(rpm Package) and installed using "#rpm -ivh AdobeReader_enu.i386 ". Now how can i use adobereader i cant locate where it is, So i tried to find all installed packages "# yum install all" "AdobeReader_enu.i386 7.0.9-1 installed" the adobe entry was there, but when i used "#rpm -q AdobeReader_enu.i386 " it returned "package AdobeReader_enu-7.0.9-1.i386.rpm is not installed". So pls help me to get rid of this problem i want to install adobe reader perfectly and use it.
- 09-12-2007 #2
If you use KDE or GNOME, Adobe Reader creates and entry in the menu. Usually under the office or graphics section. What is the output of doing
Code:$rpm -qa | grep -i acroread
- 09-12-2007 #3
Lol... Don't mean to laugh at your troubles, just laughing about the age old RedHat "installed -- not installed" problem. I think I was encountering it way back in 7.2.
It might be from the command line:
...but not sure about this particular one. The "execurable" is likely in /usr/bin, where many apps are started from. Try opening a terminal and do:Code:acroread
And press the tab key until it completes out the command for it. That might tell you what it is, or you could search for it manually...Code:/usr/bin/acro
Code:updatedb
...and look for it.Code:locate acro*
EDIT: Daark.child you're just too fast on the draw!
- 09-12-2007 #4
Thanks a lot people i found the acroread.


Reply With Quote
