Monday, July 2, 2007

How to install Adobe Acrobat Reader in Ubuntu Feisty Fawn

I tried to use the package for Linux from adobe.com but failed. Then I found somebody addressed this problem already. The following 4 commands may solve the problem:

$ wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | \
sudo apt-key add -
$ sudo wget http://medibuntu.sos-sts.com/sources.list.d/feisty.list -O \
/etc/apt/sources.list.d/medibuntu.list
$ sudo apt-get update
$ sudo apt-get install acroread mozilla-acroread acroread-plugins

The details is at this page.

No comments: