LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 07-07-2007, 11:25 AM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
Fail to install Arobat Reader


Hi folks,

Ubuntu Desktop 7.04

I have AdobeReader_enu-7.0.9-1.i386.rpm download on Adobe site.

$ which rpm
did not find it.


rpm installation;
$ sudo apt-get install rpm
it went through w/o complaint.

packages installed are;
Code:
libbeecrypt6
librpm4
Suggested packages:
alien

The following NEW packages will be installed:
libbeecrypt6 librpm4 rpm

$ which rpm
/usr/bin/rpm


$ sudo rpm -ivh AdobeReader_enu-7.0.9-1.i386.rpm
Code:
error: Failed dependencies:
        /bin/sh is needed by AdobeReader_enu-7.0.9-1.i386
        gtk2 >= 2.4.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libGL.so.1 is needed by AdobeReader_enu-7.0.9-1.i386
        libGLU.so.1 is needed by AdobeReader_enu-7.0.9-1.i386
        libX11.so.6 is needed by AdobeReader_enu-7.0.9-1.i386
        libXext.so.6 is needed by AdobeReader_enu-7.0.9-1.i386
        libXt.so.6 is needed by AdobeReader_enu-7.0.9-1.i386
        libatk-1.0.so.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libc.so.6 is needed by AdobeReader_enu-7.0.9-1.i386
        libc.so.6(GLIBC_2.0) is needed by AdobeReader_enu-7.0.9-1.i386
        libc.so.6(GLIBC_2.1) is needed by AdobeReader_enu-7.0.9-1.i386
        libc.so.6(GLIBC_2.1.2) is needed by AdobeReader_enu-7.0.9-1.i386
        libc.so.6(GLIBC_2.1.3) is needed by AdobeReader_enu-7.0.9-1.i386
        libc.so.6(GLIBC_2.2) is needed by AdobeReader_enu-7.0.9-1.i386
        libc.so.6(GLIBC_2.2.4) is needed by AdobeReader_enu-7.0.9-1.i386
        libc.so.6(GLIBC_2.3) is needed by AdobeReader_enu-7.0.9-1.i386
        libc.so.6(GLIBC_2.3.2) is needed by AdobeReader_enu-7.0.9-1.i386
        libdl.so.2 is needed by AdobeReader_enu-7.0.9-1.i386
        libdl.so.2(GLIBC_2.0) is needed by AdobeReader_enu-7.0.9-1.i386
        libdl.so.2(GLIBC_2.1) is needed by AdobeReader_enu-7.0.9-1.i386
        libfontconfig.so.1 is needed by AdobeReader_enu-7.0.9-1.i386
        libgdk-x11-2.0.so.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libgdk_pixbuf-2.0.so.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libgdk_pixbuf_xlib-2.0.so.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libglib-2.0.so.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libgmodule-2.0.so.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libgobject-2.0.so.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libgtk-x11-2.0.so.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libm.so.6 is needed by AdobeReader_enu-7.0.9-1.i386
        libm.so.6(GLIBC_2.0) is needed by AdobeReader_enu-7.0.9-1.i386
        libm.so.6(GLIBC_2.1) is needed by AdobeReader_enu-7.0.9-1.i386
        libpango-1.0.so.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libpangox-1.0.so.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libpthread.so.0 is needed by AdobeReader_enu-7.0.9-1.i386
        libpthread.so.0(GLIBC_2.0) is needed by AdobeReader_enu-7.0.9-1.i386
        libpthread.so.0(GLIBC_2.1) is needed by AdobeReader_enu-7.0.9-1.i386
        libpthread.so.0(GLIBC_2.2) is needed by AdobeReader_enu-7.0.9-1.i386
        libpthread.so.0(GLIBC_2.3.2) is needed by AdobeReader_enu-7.0.9-1.i386
        libresolv.so.2 is needed by AdobeReader_enu-7.0.9-1.i386
        libresolv.so.2(GLIBC_2.2) is needed by AdobeReader_enu-7.0.9-1.i386
        librt.so.1 is needed by AdobeReader_enu-7.0.9-1.i386
        libz.so.1 is needed by AdobeReader_enu-7.0.9-1.i386
It needs so many dependencies. What can I do? To download the tarball?

Tks


B.R.
satimis
 
Old 07-07-2007, 11:37 AM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Far easier is to use Automatix. It does it, erm, automatically as long as you press the right buttons Also, mixing rpms and debs will give you issues further down the line.
 
Old 07-09-2007, 12:32 AM   #3
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by XavierP
Far easier is to use Automatix. It does it, erm, automatically as long as you press the right buttons Also, mixing rpms and debs will give you issues further down the line.
Hi XavierP,


Tks for your advice and URL


Have AdobeReader_enu-7.0.9-1.i386.tar.gz download and installed as follow;

$ tar zxpf AdobeReader_enu-7.0.9-1.i386.tar.gz

$ sudo AdobeReader/INSTALL
password

It went through w/o complaint

$ which acroread
/usr/bin/acroread


B.R.
satimis
 
Old 07-09-2007, 01:01 AM   #4
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Ubuntu doesn't use rpms, it uses debs
 
Old 07-09-2007, 01:51 AM   #5
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by AceofSpades19
Ubuntu doesn't use rpms, it uses debs
Hi AceofSpades19,


Tks for your advice.


Already remove rpm with;

$ sudo apt-get remove rpm
Code:
.....
Removing rpm....

satimis
 
Old 07-09-2007, 02:13 AM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
satimis, I don't know if you've encountered this problem already or not, but when I ran Acrobat Reader this morning after installing it, I got "expr: syntax error" printed many times in the terminal. If you experience this, there's a fix for the problem here.
 
Old 07-09-2007, 02:35 AM   #7
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by Nylex
satimis, I don't know if you've encountered this problem already or not, but when I ran Acrobat Reader this morning after installing it, I got "expr: syntax error" printed many times in the terminal. If you experience this, there's a fix for the problem here.
Hi Nylex,


Your advice noted with tks.


So far no problem encountered here. I'll keep eyes on it.


B.R.
satimis
 
Old 07-14-2007, 10:25 AM   #8
catfishk
Member
 
Registered: Mar 2004
Location: Portland, OR
Distribution: Gentoo
Posts: 40

Rep: Reputation: 15
you could use Evince to open .pdf files. it does everything the reader does, i've found

sudo apt-get install evince
 
Old 07-14-2007, 10:50 AM   #9
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by catfishk
you could use Evince to open .pdf files. it does everything the reader does, i've found

sudo apt-get install evince
Hi catfishk,


Tks for your advice.

evince is running on this box;
$ which evince
/usr/bin/evince


Yes it reads .pdf files


B.R.
satimis
 
  


Reply

Tags
acrobat


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Make Install xmms-plugin install fail - deb sarge Khepri Linux - Software 2 02-18-2006 10:05 PM
why comsams fail to install hitlar Linux - Software 0 12-07-2005 09:31 PM
debian install fail fdahl_009 Debian 8 10-26-2005 09:51 AM
Driver Fail on install jjreid Linux - Software 2 03-24-2004 02:04 PM
Fail to install Adobe Reader 5.0 futurist Linux - Software 18 10-31-2003 09:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 06:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration