I installed poppler-utils on ubuntu 18 using the following command:
apt-get install poppler-utils
It automatically installed version 0.74.0. I want to downgrade it to 0.62.0. I've already followed this tutorial, but pdftohtml isn't working: Installing poppler-0.62.0 on ubuntu 16.04
Any simple way to downgrade?
apt-cache policy poppler-utils
. – fkraiem Jun 28 '19 at 10:57