Posted On January 21, 2021

How To Install Adobe Acrobat Reader DC on Linux Mint 20

kimconnect 4 comments
blog.KimConnect.com >> Linux >> How To Install Adobe Acrobat Reader DC on Linux Mint 20

Adobe Acrobat Reader may be available as a .deb install-able package. However, its ‘Reader DC’ version is a little more challenging to install without using wine. Therefore the instructions below illustrates the easy method of using snap to add this utility onto the Linux machine.

# Enable snap on Linux Mint 20
sudo rm /etc/apt/preferences.d/nosnap.pref
sudo apt update -y
sudo apt install snapd

# Install Adobe Acrobat DC (stable version)
sudo snap install acrordrdc

# Initialize
sudo snap run acrordrdc
Initialize as ‘always open with protected mode disabled’
Accept the ‘blank’ License Agreement
Acrobat Reader DC on Linux Mint via Snap/Wine
# Run Acrobat DC as un-elevated (normal) user
snap run acrordrdc

4 thoughts on “How To Install Adobe Acrobat Reader DC on Linux Mint 20”

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Linux: More Basic Commands

Networking Ping 1 Time ping google.com -c 1 #c is abbreviation for count Check Networking…

How to Install & Configure Pihole on Ubuntu 20.04

1. Installation- Run these commands: # sudo apt-get install gamin -ysudo curl -sSL https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh |…

Linux: Disks & Memory Management

Step 1: Discovery of Disks on a System # Using List hardware to gather general…