I know the thread How do I install Adobe Acrobat Reader deb package downloaded from Adobe website? However, there is no Linux anymore in the installation site here. Unsuccessful attempts
I do DriraWassim's proposal which does not add anything to
apt-get
and does not show the installed .deb package in the path/searchsudo apt-get install libxml2:i386 sudo apt-get update sudo apt-get upgrade apt-cache search adobereader-enu
I download the newest .deb package here and run it. I cannot find the application anywhere in the system. It is not in the path and not in Ubuntu's search. How can you start it?
System: Ubuntu 16.04, 64 bit
Hardware: Macbook Air 2013-mid
Linux kernel: 4.6
I followed the tips below on Kubuntu 16.04 64 bit:
After properly installed Adobe Reader, don’t forget to remove the Canonical Partners repository for Precise:
For Adobe Reader 9.5.5 (running natively without Wine)
Don't add the Ubuntu 12.04 Partner repository, you're not really supposed to add repositories from previous Ubuntu versions! Get the Deb from here (source - it's also linked in the question), no it won't be automatically updated but since it's no longer supported (and Ubuntu can't patch security vulnerabilities for it in Ubuntu 12.04 anyway because it's proprietary) that doesn't matter. There's less of a chance you'll ruin your system if you get it this way.
If you can't find/run Adobe Reader, you will need to run
sudo apt -f install
to resolve dependencies. If it still doesn't work, trysudo apt install libxml2:i386
.This is, of course, a very outdated version of Adobe Reader, but this is not Ubuntu's fault, Adobe haven't updated the Linux client of Adobe Reader. You can, however, get a newer version using the process below (this installs a Windows version of Adobe Reader on Ubuntu).
For Adobe Acrobat Reader DC (running with Wine)
sudo apt install wine:i386
, press Enter , type your password, Enter , then typeY
(when prompted), and Enterlsb_release -a
into Terminal and press Enter, look at the text next tocodename
), select the first line to be put into Terminal, press Ctrl + C then switch back to the Terminal, press Ctrl + Shift + V and press Enter. Follow the prompts in Terminal, do that for each of the four lines for your Ubuntu version.PlayOnLinux
, press Enter)You'll need to open PlayOnLinux to run Adobe Reader DC each time (note that you can have this installed alongside Adobe Reader 9.5.5). You can drag the desktop file into the Launcher to get a button there, you can also add an icon for it in the Ubuntu Dash using
alacarte
('Main Menu'). I might add instructions for that later (seems unlikely given that I wrote that over two years ago!).Yes there is, but the support has been dropped. Check this out and follow instructions to install:
You should just be able to download the .deb from here: ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
and install it by opening the file. If thath doesn't work, try using
dpkg
:sudo dpkg -i AdbeRdr9.5.5-1_i386linux_enu.deb
. https://unix.stackexchange.com/a/159103/173836.I typically open files with Acrobat by using the terminal and the
acroread filename.pdf
command. It took a while to open the first time I ran it.When I most recently installed it on Ubuntu 16.04, I got a few errors:
libxml2.so.2: cannot open shared object file: No such file or directory
and
Gtk-Message: Failed to load module "canberra-gtk-module"
I fixed these with
sudo apt-get install libxml2:i386 libstdc++6:i386
(command obtained from here)and
sudo apt-get install libcanberra-gtk-module:i386
(command obtained from here)Apparently, there can be another error related to
adobereader-enu:i386
; run:The
apt-get -f install
is for fixing broken dependencies if there are any. Then install the .deb file again and you should be sorted.Installing Dependencies for adobe reader
Install Adobe Reader using the following commands
After installing you have to Remove precise repository using the following commands
For Configuration I Wrote a breif article Installing Adobe Reader in Ubuntu 16.04/16.06
You can still use its latest version "Adobe Acrobat Reader DC" along with wine although Adobe discontinued their PDF reader software for Linux several years ago. It works perfect for me.
First install
wine
andwinetricks
Prepare wine to receive Acrobat Reader DC installation:
Download the latest version of Adobe Reader for Windows 10 from official site http://get.adobe.com/uk/reader/otherversions/
A file with extension exe will be downloaded. (
AcroRdrDC1801120040_en_US.exe
) Now install that exe file in wine:(Use the same name as that of downloaded exe file)
Click
Install
button.Wait until the setup is completed and click on
Finish
.Now search for Acrobat Reader in applications menu and open it.
Select
Always open with Protected Mode Disabled
. (Adobe Reader DC runs in protected mode by default to provide an added layer of security)Accept Licence.
Now you can open your files using Acrobat Reader DC even on Ubuntu.
I found that:
...throws an error to the effect that it could not find the package adoberead-enu. However when I did:
...it worked, and the result seems to be a working Adobe Reader.
I am using Ubuntu 16.04.
Adobe Acrobat Reader DC can be installed in all currently supported versions of Ubuntu by installing the acrordrdc snap package.
Install the acrordrdc snap package.
Launch acrordrdc.
Configuring messages will be shown in the terminal while Wine is configuring for Adobe Reader. Wait for Wine to finish configuring for Adobe Reader. After Wine is finished configuring you will see a red Adobe Reader icon in the Dock and this window will open.
Select a language for installer download from the dropdown menu and click the Install button in the Adobe Acrobat Reader DC window. A small progress bar window will open to show the progress of downloading Adobe Acrobat Reader DC.
Launch Adobe Acrobat Reader DC. A red Adobe Reader icon will appear in the Dock when Adobe Acrobat Reader DC is open.
You may need to disable Protected Mode to open Adobe Acrobat Reader DC.
Press the accept button to accept the Adobe Acrobat Reader DC License Agreement and continue.
You can auto-fill forms if you sign in to Adobe Acrobat Reader DC as shown in the upper right corner of the below screenshot.
My current version of Adobe Acrobat Reader DC is 21.007.20091.59174, the latest version. You may have to reinstall the acrordrdc snap package if you upgrade your Ubuntu release to ensure that it is compatible with your upgraded operating system.