1

Just installed Ubuntu 12.10. Trying to install adobe acrobat reader with the command

sudo apt-get install acroread

My package settings and software sources are attached as screenshots. But it can't find the package acroread. Please help. I have even installed ubuntu-restricted-extras.

Screenshot

Della
  • 505

2 Answers2

6

According to Install Adobe Acrobat Reader in Ubuntu12.10/12/04/Linux Mint, you need to do this:

sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
sudo apt-get update
sudo apt-get install acroread

But note that the Launchpad page here does not list a package for quantal (12.10).


acroread was either removed from quantal or was not made for quantal so changing precise to quantal in above instruction OR checking the box in the image posted in the question in the tab 1 to the right (named Other Software) will NOT work. You need to use the precise repo or download it straight from adobe.com

Rinzwind
  • 299,756
  • 1
    nope keep it. He wants acroread so he can use the precise repo for it ;) nothing wrong with the answer. Here have an edit ;) @vasa1 – Rinzwind Jan 20 '13 at 14:08
0

Acroread is now available in Quantal's partner repo.

See this Launchpad bug:

It says Precise in the title, but it applies to precise, quantal and raring.

Mark Russell
  • 7,376