• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Adobe Reader on Linuxmint 18.3

2695

To install Adobe Reader on Linux Mint 18.3

Adobe Acrobat is a family of application software and Web services developed by Adobe Systems to view, create, manipulate, print and manage files in Portable Document Format. In this tutorial, we will cover the installation of adobe reader on Linuxmint 18.3

Installation

We need to install few dependencies for adobe reader before starting the installation.

linuxhelp ~ # apt-get install gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 libatk-adaptor:i386 libgail-common:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libcurl3 libmcrypt4
Use ' sudo apt autoremove'  to remove them.
The following additional packages will be installed:
  cups cups-bsd cups-client cups-common cups-core-drivers cups-daemon cups-server-common gcc-6-base:i386 libasound2:i386 libatk-bridge2.0-0:i386
.
.
.
Setting up libatk-bridge2.0-0:i386 (2.18.1-2ubuntu1) ...
Setting up libgail18:i386 (2.24.30-1ubuntu1.16.04.2) ...
Setting up libgail-common:i386 (2.24.30-1ubuntu1.16.04.2) ...
Setting up libatk-adaptor:i386 (2.18.1-2ubuntu1) ...
Setting up libltdl7:i386 (2.4.6-0.1) ...
Setting up libtdb1:i386 (1.3.8-2) ...
Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ...
Setting up libvorbis0a:i386 (1.3.5-3ubuntu0.2) ...
Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ...
Setting up libvorbisfile3:amd64 (1.3.5-3ubuntu0.2) ...
Setting up libvorbisfile3:i386 (1.3.5-3ubuntu0.2) ...
Setting up libcanberra0:i386 (0.30-2.1ubuntu1) ...
Setting up libcanberra-gtk0:i386 (0.30-2.1ubuntu1) ...
Setting up libcanberra-gtk-module:i386 (0.30-2.1ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...

After installing the dependencies we have to add the repository for adobe reader using the following command.

linuxhelp ~ # add-apt-repository " deb http://archive.canonical.com/ precise partner" 

And then update the system repository.

linuxhelp ~ # apt-get update
Hit:1 http://ppa.launchpad.net/audio-recorder/ppa/ubuntu xenial InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease                                                         
Ign:3 http://archive.canonical.com precise InRelease                                                            
Hit:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease                                                 
Hit:5 http://archive.canonical.com/ubuntu xenial InRelease                                                      
.
.
.
Hit:15 http://packages.linuxmint.com sylvia Release  
Fetched 134 kB in 2s (65.3 kB/s)
Reading package lists... Done
W: http://archive.canonical.com/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)

Finally, we have to install adobe reader application using the following command.

linuxhelp ~ # apt-get install adobereader-enu
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting ' acroread-bin:i386'  instead of ' adobereader-enu' 
The following packages were automatically installed and are no longer required:
  libcurl3 libmcrypt4
Use ' sudo apt autoremove'  to remove them.
The following additional packages will be installed:
  cpp-5 gcc-5 gcc-5-base gcc-5-base:i386 libasan2 libatomic1 libcc1-0 libcilkrts5 libgcc-5-dev libgfortran3
  libgomp1 libice6:i386 libicu55 libicu55:i386 libitm1 liblsan0 libmpx0 libpango1.0-0:i386 libpangox-1.0-0:i386
.
.
.
Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.9) ...
Setting up cpp-5 (5.4.0-6ubuntu1~16.04.9) ...
Setting up gcc-5 (5.4.0-6ubuntu1~16.04.9) ...
Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.9) ...
Setting up libpangoxft-1.0-0:i386 (1.38.1-1) ...
Setting up libpango1.0-0:i386 (1.38.1-1) ...
Setting up libxt6:i386 (1:1.1.5-0ubuntu1) ...
Setting up acroread-bin:i386 (9.5.5-1precise1) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...

You can access the application from the menu after the installation.
menu


Accept the license & terms while the application starts.
license


adobe_application

With this, the method to install Adobe Reader on Linux Mint 18.03 comes to an end.

Tags:
gabriel
Author: 

Comments ( 4 )

linuxhelp
Don't worry, you can install adobe reader by using the following commands,
apt-get install libxml2:i386 gdebi-core
apt-get install gdebi-core
wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
gdebi Adbe*.deb
derekhohls
This does not work on Mint 19.1 ("Unable to locate package adobereader-enu")
linuxhelp
Enter the Following commands and it should Work

sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
sudo apt-get update
sudo apt install adobereader-enu
joellovesnanou
The package is no longer in the repository.
Add a comment

Frequently asked questions ( 5 )

Q

Can I open pdf files?

A

Yes you can open any pdf files

Q

Does it open any other formats?

A

yes it will work for many other formats

Q

Is it free?

A

Yes, it has a free license

Q

What is the difference between Adobe Acrobat and Reader?

A

Adobe Acrobat is a paid program that comes in two versions Acrobat Standard and Acrobat Pro. You pay for them either with a monthly subscription fee or a one-time flat fee. Acrobat can do everything Reader can do but also a lot more. So basically Reader is free and it allows you to work with existing PDF documents.

Q

What is Adobe Acrobat DC used for?

A

Adobe Acrobat Reader DC software is the free global standard for reliably viewing, printing, and commenting on PDF documents. And now, it's connected to the Adobe Document Cloud − making it easier than ever to work across computers and mobile devices.

Related Tutorials in How to install Adobe Reader on Linuxmint 18.3

Related Tutorials in How to install Adobe Reader on Linuxmint 18.3

How to install WinRAR 5.11 on Linuxmint 18.03
How to install WinRAR 5.11 on Linuxmint 18.03
May 22, 2018
How to Setup VNC Server on Linux Mint 20
How to Setup VNC Server on Linux Mint 20
Dec 22, 2020
How to install and configure samba setup in Linux mint - 18.3
How to install and configure samba setup in Linux mint - 18.3
Mar 26, 2018
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to Install and Configure Samba on Linux Mint 20
How to Install and Configure Samba on Linux Mint 20
Nov 9, 2020
How to Install NextCloud on Linux Mint 18.3
How to Install NextCloud on Linux Mint 18.3
Feb 27, 2018
How To Install And Update OpenSSL On Linuxmint 18.3
How To Install And Update OpenSSL On Linuxmint 18.3
Jun 8, 2018
How To Install AnyDesk on Linux Mint 18.3
How To Install AnyDesk on Linux Mint 18.3
Apr 11, 2018

Related Forums in How to install Adobe Reader on Linuxmint 18.3

Related Forums in How to install Adobe Reader on Linuxmint 18.3

Linux
isaac class=
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.21-0ubuntu0.20.04.4_amd64.deb 404 Not Found
Dec 4, 2020
Linux Mint
AlxH class=
Complete beginner, install bluegriffon
Jul 1, 2020
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
Linux Mint
bz0 class=
How to change a function of a key
Jun 7, 2019
Linux Mint
who class=
How to compare multiple files
Nov 10, 2019
NFS (Network File System)
Mike class=
Linux Mint 18.3 - NFS Shares - Only Root Can Mount Share
Oct 4, 2019
Command Line Tools
wayne class=
Deleting windows files booting from mint(usb)
Sep 16, 2017
Ubuntu
Kirin class=
Videos Always Micro-Shutter
Mar 8, 2019

Related News in How to install Adobe Reader on Linuxmint 18.3

Related News in How to install Adobe Reader on Linuxmint 18.3

A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
May 2, 2017
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Mar 14, 2017
The Best Linux Operating System is in the house: Mint 18.2
The Best Linux Operating System is in the house: Mint 18.2
Aug 12, 2017
Linux Mint 18.1 released with smooth features and offers long-term support
Linux Mint 18.1 released with smooth features and offers long-term support
Apr 11, 2017
Linux Mint 18.2 Sonya Beta version now available for download
Linux Mint 18.2 Sonya Beta version now available for download
Jun 7, 2017
Adobe clears few critical bugs in the Acrobat reader
Adobe clears few critical bugs in the Acrobat reader
Jan 11, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Owen ?
How to add SSH key to my Gitlab account

I need to add the SSH key in my gitlab account. How to do so ????

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.