How To Install Adobe Reader In Linux Mint 16
I know the thread However, there is no Linux anymore in the installation site.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/search sudo apt-get install libxml2:i386sudo apt-get updatesudo apt-get upgradeapt-cache search adobereader-enuI download the newest.deb package 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 bitHardware: Macbook Air 2013-midLinux kernel: 4.6. 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!
Adobe Reader For Linux Ubuntu
Get the Deb from ( - 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, try sudo 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). Yes there is, but the support has been dropped. Check and follow instructions to install:.Open up terminal by pressing Ctrl+Alt+T on keyboard. When it opens, paste the command below and hit enter to add the repository: sudo add-apt-repository 'deb precise partner'Type in your user password when it asks.
You should just be able to download the.deb from here:and install it by opening that file. Try installing through the terminal to see any errors if it is not working through the software manager GUI: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 directoryandGtk-Message: Failed to load module 'canberra-gtk-module'I fixed these withsudo apt-get install libxml2:i386 libstdc6:i386 (from )andsudo apt-get install libcanberra-gtk-module:i386 (from )Apparently there can be another error related to adobereader-enu:i386; run: sudo apt-get install libgtk2.0-0sudo apt-get -f installThen install the.deb file again and you should be sorted. Installing Dependencies for adobe reader sudo apt-get install gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 libatk-adaptor:i386 libgail-common:i386Install Adobe Reader using the following commands sudo add-apt-repository 'deb precise partner'sudo apt-get updatesudo apt-get install adobereader-enuAfter installing you have to Remove precise repository using the following commands sudo add-apt-repository -r 'deb precise partner'sudo apt-get updateFor Configuration I Wrote a breif article.
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 and winetricks sudo apt install wine-stable winetricksPrepare wine to receive Acrobat Reader DC installation: winetricks mspatchaDownload the latest version of Adobe Reader for Windows 10 from official siteA file with extension exe will be downloaded. ( AcroRdrDCenUS.exe)Now install that exe file in wine: wine AcroRdrDCenUS.exe(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. This doesn't work for me as of 2019-08-03, this file given by adobe.com is readerdcukxainstall.exe which is 1.1MB and simply opens an 'Adobe Download Manager' which sits doing nothing; when I close the app a browser window is opened to the download page for downloading the app which sent me to that download page. The download page tellsme it's going to give me a 170MB file, but instead gives me the downloader, so it's probably blocking based on my UA not being a MS Windows one or something.–Aug 3 '19 at 11:54.
Hello Linux Geeksters. Even if there are popular open-source PDF readers like Evince or Document Reader, you may want to use Adobe Reader, since you probably use it on Windows.
The latest version available for Linux is Adobe Reader 9.5.5.In this article I will show you how to install Adobe Reader 9.5.5 on Ubuntu 14.04 Trusty Tahr and Linux Mint 17 Qiana.Because it is not available via any repository, we have to downloade the adobe reader deb package from the official Adobe FTP page and install it with via the command line.