This blog post has been published on 2010-02-17 and may be out of date.
Manuelle Installation:
Die nachfolgende Kommandos müssen entweder direkt als “root” oder mittels “sudo” ausgeführt werden.
64-Bit:
aptitude install ia32-libs
wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.4.0/deu/AdbeRdr9.4-1_i386linux_deu.deb
dpkg --force-architecture -i AdbeRdr*.deb
rm AdbeRdr*.deb
optional Firefox-Plugin:
aptitude install nspluginwrapper
nspluginwrapper -i /opt/Adobe/Reader9/Browser/intellinux/nppdf.so
32-Bit:
wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.4.0/deu/AdbeRdr9.4-1_i386linux_deu.deb
dpkg -i AdbeRdr*.deb
Automatische Installation:
Wer den “Acrobat Reader” lieber aus den Paketquellen installieren möchte, kann sich auch mal die “Medibuntu Repository” anschauen, in denen Programme wie Adobe Acrobat Reader, Gizmo5, GoogleEarth, Skype, MPlayer enthalten sind. In den Paketquellen ist jedoch momentan (14.01.10) nur Version 9.1.0-7 Verfügbar.
z.B.:
Für Ubuntu Karmic Koala 9.10:
wget http://www.medibuntu.org/sources.list.d/karmic.list --output-document=/etc/apt/sources.list.d/medibuntu.list
Für Ubuntu Jaunty Jackalope 9.04:
wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list
Für Ubuntu Intrepid Ibex 8.10:
wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list
gpg --keyserver subkeys.pgp.net --recv-key 0C5A2783
gpg --armor --export 0C5A2783 | sudo apt-key add -
aptitude update
aptitude install acroread