{% hint style="danger" %} Please note that Adobe no longer supports Acrobat Reader for Linux. The latest native Linux version is 9.5.5 dated from 26/04/2013. From this reason you should refrain using/installing Adobe Acrobat Reader to avoid potential vulnerabilities and hacker exploits. {% endhint %}
sudo 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
{% hint style="success" %} Launch Adobe Acrobat Reader on Ubuntu {% endhint %}
sudo apt-get purge adobereader-enu
sudo apt-get autoremove
Ubuntu 32 bit
sudo gedit /usr/share/applications/AdobeReader.desktop
{% hint style="info" %} Edit the Exec=acroread line to be Exec=acroread %f and save the file. {% endhint %}
Ubuntu 64 bit
sudo gedit /usr/share/applications/AdobeReader.desktop
{% hint style="info" %} Edit the Exec=acroread line to be Exec=acroread %f and save the file. {% endhint %}
- In Acrobat or Reader, click
Edit
>Preferences
. - From the
Preferences
dialog box, selectSecurity
on the left. - Click
Advanced Preferences
, and then click theVerification tab
. - Select Verify Signature using
'The Current time'
{% hint style="success" %} Restart the Adobe reader and validate the signature {% endhint %}
{% hint style="info" %} After opening the pdf file, click on Signature Panel located at upper right corner of adobe reader. A window will open on left side of document, where all information regarding signature validation is displayed along with the signature details. In case of Valid signature, Green Check will be shown at upper left corner of adobe reader and also inside signature panel itself {% endhint %}
{% hint style="info" %} In case of Invalid Signature, Red Cross sign is displayed at upper left corner of adobe reader and inside signature panel itself, {% endhint %}