Install
Adobe Reader for Ubuntu Feisty and Gutsy
If you installed software via my software installation scripts
then Acrobat 7 is installed. For Ubuntu Edgy and earlier Acrobat
is in the repositories.
The
ability to read a PDF file is pretty crucial these days. With
the release of Ubuntu Feisty and Gutsy Adobe Acrobat Reader is no longer
in the repositories. Ubuntnu's other PDF readers like Evince
and KPDF are functional but pale in comparison to Acrobat.
Since Foxit does not make a PDF reader for Linux (hopefully
soon) the best choice is Acrobat.
I don't know why Acrobat reader is not available in the repositories
but we can still install it. Lets get to work, shall we.
Medibuntu has Adobe Acrobat Reader 7 in the repositories. To
get Acrobat Reader follow the instructions below. Note, if
you followed my procedure for DVD ripping and encrypted DVD playback
for Fesity you already have the repositories added so go directly to
the apt-get update part.
All
items in red are command
line items. Open a terminal and
copy-paste.
First we must get the gpg key from Medibuntu.
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
Next we need to add the sources.list for your distribution. Choose the one that is appropriate for your distribution.
Ubuntu Feisty 7.04
sudo wget http://www.medibuntu.org/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list
Ubuntu Gutsy 7.10
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list
Ubuntu Hardy 8.04
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
Update
Synaptic Package
Manager
sudo
apt-get update
Install Adobe
Acrobat Reader
sudo
apt-get install acroread
acroread-escript acroread-plugins mozilla-acroread
If you wish to
only have Acrobat Reader then omit the last three from
the apt-get install statement above.
I hope this tutorial has helped.