• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Uncategorized / How To Install Adobe Reader DC In Ubuntu Using Terminal

How To Install Adobe Reader DC In Ubuntu Using Terminal

By Sourabh / December 11, 2022 Category: Featured, How To, Ubuntu, Uncategorized

In this tutorial we will learn how to install adobe reader in Ubuntu using terminal and how to install adobe acrobat reader dc on Ubuntu Linux.

Install Adobe Acrobat Reader on Ubuntu

Run the following commands to install Adobe Acrobat Reader on Ubuntu:

$ wget -O ~/adobe.deb ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
$ sudo dpkg --add-architecture i386
$ sudo apt update
$ sudo apt install libxml2:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386
$ sudo dpkg -i ~/adobe.deb

Once installed, you can opne the Adobe Reader using the command

$ acroread

Please note that Adobe no longer supports Acrobat Reader for Linux and the latest native Linux version is 9.5.5 dated from 26/04/2013.

Install Adobe Acrobat Reader DC (WINE) on Ubuntu

Run the following commands to install Adobe Acrobat Reader DC (WINE) on Ubuntu:

$ sudo apt update && sudo apt upgrade
$ sudo snap install acrordrdc
$ acrordrdc

Once you execute the above commands, please wait for few minutes as the system will set up Wine and it may take some time. Follow on-screen instructions when the system asks you “Would you like to open Adobe Acrobat Reader with Protected Mode Disabled?” Select the option given for that and then click on the OK button.

NOTE: Optional automatic updates of Adobe reader may break or make the installation unstable. Therefore, you must disable the internet connection access for Adobe Acrobat using the following command.

$ sudo snap disconnect acrordrdc:network

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap