Medibuntu has Adobe Acrobat Reader 7 in the repositories.
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 only ONE.
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
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.
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 only ONE.
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
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.