Adobe Reader: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
|http://ardownload.adobe.com/pub/adobe/reader/unix/{{AdobeReader-Version}}x/{{AdobeReader-Version2}}/enu/AdobeReader_enu-{{AdobeReader-Version2}}-1.i386.tar.gz
|http://ardownload.adobe.com/pub/adobe/reader/unix/{{AdobeReader-Version2}}x/{{AdobeReader-Version}}/enu/AdobeReader_enu-{{AdobeReader-Version}}-1.i386.tar.gz
|}
|}


Line 26: Line 26:
After unpacking the tarball and entering the Adobe directory, run the install script:
After unpacking the tarball and entering the Adobe directory, run the install script:


  ./INSTALL --install_path=/opt/AdobeReader-7.0.9
  ./INSTALL --install_path=/opt/AdobeReader-{{AdobeReader-Version}}


== Configuring ==
== Configuring ==

Revision as of 06:45, 24 June 2007

Download Source: http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.9/enu/AdobeReader_enu-7.0.9-1.i386.tar.gz

Introduction to Adobe Reader

Adobe Reader is Adobe Software's closed-source viewer for PDF files.

Project Homepage: http://www.adobe.com/products/acrobat/readstep2.html

Dependencies

Required

Configuration Information

--install_path=DIR sets the directory for installation of the Adobe Reader package.

Note

Adobe's Acrobat Reader for Linux is only supported on x86 platforms.

x86, x86_64 Non-Multilib (32-bit), or x86_64 Multilib

After unpacking the tarball and entering the Adobe directory, run the install script:

./INSTALL --install_path=/opt/AdobeReader-7.0.9

Configuring

Note

There is a misformed expression in the acroread script. If you receive the error 'expr: syntax error' when attempting to execute acroread, then you will need to edit the acroread script.

Open /usr/bin/acroread with any text editor. Look for this line:

echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'

Replace it with this line:

echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'

Contents

Installed Programs: acroread

Short Descriptions

acroread is Adobe Software's PDF viewer.