Adobe installation on ubuntu
Add gpg key using the following command
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
Edit sources.list with new repo data
sudo wget http://medibuntu.sos-sts.com/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list
Update the source list using the following command
sudo apt-get update
Install acrobat reader with firefox plugin in Ubuntu
sudo apt-get install acroread mozilla-acroread acroread-plugins
This will complete the installation
If you want top open acrobat reader go to Applications -> Office -> Adobe Reader
Using Edgy Repository
Edit the sources.list file
sudo vi /etc/apt/sources.list
Add this line at the end of sources.list
deb http://security.ubuntu.com/ubuntu/ edgy-security restricted main multiverse universe
Update the source list using the following command
sudo apt-get update
Install acrobat reader with firefox plugin in Ubuntu
sudo apt-get install acroread mozilla-acroread acroread-plugins
If you want top open acrobat reader go to Applications -> Office -> Adobe Reader
Using Automatix2
Automatix is a graphical interface for automating the installation of the most commonly requested applications in Debian based Linux operating systems.
If you want to check how to install automatix2 in feisty check
Comments
No comments yet. Be first!