Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-03-2007, 07:11 AM
|
#1
|
LQ Newbie
Registered: Dec 2006
Posts: 17
Rep:
|
installing adobe pdf reader
can anyone help me what are the right steps to install the adobe reader.
i was in the adobe site and downloaded a file with the extension *.rpm.
i couldn't do with it anything
can anyone guide me to the neccessary steps.
thanx
|
|
|
01-03-2007, 07:52 AM
|
#2
|
Member
Registered: Oct 2006
Location: Santa Barbara, C.A.
Distribution: Mood dependent
Posts: 117
Rep:
|
You need to type rpm -i abode_file.rpm from the commandline. RPM is the redhat package manager. The -i is the install flag.
Look at the rpm man page for more info, type man rpm into the terminal, or look at http://www.rpm.org/.
You haven't said what distro you are using so you may not have rpm installed ...
|
|
|
01-03-2007, 08:07 AM
|
#3
|
LQ Guru
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131
Rep: 
|
And if you do not use an rpm-based distribution, like RedHat or Fedora or Mandrake etc., you probably either should not use the rpm at all but choose to download the .tar.gz version (or .tgz or however they archive it), or use rpm2cpio and then cpio or some other tool to convert the rpm package to a format you can use.
If you are not using an rpm based distribution I recommend to either try to find a native binary file of Adobe Reader for your distribution first (like a .deb file), or if you can't find one, then you could use one of the non-Adobe pdf readers (evince for Gnome or kpdf for KDE etc.), or if you just want the Adobe Reader, use the .tar.gz file from Adobe instead of the rpm one. A .tar.gz (or .tgz which is the same thing) is a gzip-compressed tar archive; it can be uncompressed and -archived with GNU tar or a graphical package tool, and the program or it's installer is found inside the archive.
|
|
|
01-03-2007, 10:05 AM
|
#4
|
LQ Newbie
Registered: Dec 2006
Posts: 17
Original Poster
Rep:
|
it says
error: Failed dependencies:
gtk2 >= 2.4.0 is needed by AdobeReader_enu-7.0.8-1
what is the trouble?
thanks
|
|
|
01-03-2007, 12:36 PM
|
#5
|
Member
Registered: Nov 2003
Distribution: Mandriva
Posts: 441
Rep:
|
Quote:
Originally Posted by Feelda
You need to type rpm -i abode_file.rpm from the commandline
|
Actually if you're using a distributiuon with a graphical package manager (which most advanced RPM-based distributions have) then you don't need to use the command line at all. All you have to do is click on the RPM file from a file manager, then follow the on-screen instructions. That's far easier than trying to work through a primitive command-line interface unnecessarily.
Also the package manager should automatically sort out most dependancy problems for you, which would be a long job to sort out manually using only the command line.
|
|
|
01-03-2007, 03:56 PM
|
#6
|
LQ Newbie
Registered: Nov 2004
Location: Costa Rica
Posts: 14
Rep:
|
Quote:
Originally Posted by arnon
it says
error: Failed dependencies:
gtk2 >= 2.4.0 is needed by AdobeReader_enu-7.0.8-1
what is the trouble?
thanks
|
You need to install gtk2 first. Witch distro are you using?
If is redhat-like distro you cound get the rpm from here:
http://rpmfind.net/linux/rpm2html/search.php?query=gtk2
|
|
|
All times are GMT -5. The time now is 06:39 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|