Here’s a quick way to install Adobe Reader in Ubuntu 12.10 if you haven’t already done so. In previous editions of Ubuntu, one could easily install Adobe Reader just by enabling Ubuntu Partner repository and installing Acroread.

Not anymore. Now you must manually download Adobe Reader deb package file and install it. That’s what this post is going to show you.

Objectives:

  • Install Adobe Reader (Acroread) in Ubuntu 12.10
  • Enjoy!

To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, copy and paste the line below and press Enter to download Adobe Reader package.

wget http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.5.1/enu/AdbeRdr9.5.1-1_i386linux_enu.deb

 

adober_reader_quantal

 

Finally, run the commands below to install Adobe Reader

sudo dpkg -i AdbeRdr9*

 

adober_reader_quantal_1

 

After installing, go to Dash and launch Adobe Reader

Frequently Asked Questions

How to install Adobe Reader in Ubuntu 12.10 using terminal?

To install Adobe Reader in Ubuntu 12.10, open the terminal and run 'wget http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.5.1/enu/AdbeRdr9.5.1-1_i386linux_enu.deb' to download the package. Then, use 'sudo dpkg -i AdbeRdr9*' to install it.

What is the process to enable Ubuntu Partner repository for Adobe Reader installation?

In Ubuntu 12.10, you can't enable the Ubuntu Partner repository for Adobe Reader installation. You need to manually download the Adobe Reader deb package file and install it.

How can I launch Adobe Reader in Ubuntu 12.10 after installation?

After installing Adobe Reader in Ubuntu 12.10, you can launch it by going to the Dash and searching for 'Adobe Reader'. Click on the application to open it.

What are the steps to download Adobe Reader package in Ubuntu 12.10?

To download the Adobe Reader package in Ubuntu 12.10, open the terminal and run 'wget http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.5.1/enu/AdbeRdr9.5.1-1_i386linux_enu.deb'. Press Enter to start the download.

How can I install Adobe Reader on Ubuntu 12.10 without Ubuntu Partner repository?

To install Adobe Reader on Ubuntu 12.10 without the Ubuntu Partner repository, you need to manually download the Adobe Reader deb package file from the Adobe website and install it using 'sudo dpkg -i AdbeRdr9*'.

Is it still possible to install Adobe Reader easily in Ubuntu 12.10?

In Ubuntu 12.10, installing Adobe Reader is not as easy as enabling Ubuntu Partner repository. You must manually download the Adobe Reader deb package file and install it using the terminal.

What are the objectives of installing Adobe Reader in Ubuntu 12.10?

The objective of installing Adobe Reader in Ubuntu 12.10 is to have a reliable PDF reader for viewing PDF documents. By following the installation steps, you can enjoy using Adobe Reader on your Ubuntu system.

What keyboard shortcut can I use to open the terminal in Ubuntu 12.10?

To open the terminal in Ubuntu 12.10, press Ctrl + Alt + T on your keyboard. This keyboard shortcut will launch the terminal window for you to execute commands.