I have an old version of Pandoc installed, but I'd like to install the latest version of Pandoc.
To begin I've run the following to get rid of the old version:
sudo apt-get autoremove --purge pandoc
But when I check that everything is uninstalled by running:
pandoc --version
Then pandoc 2.2.3.2
pops up.
I can't seem to get rid of this old version of pandoc so that I can install a new one.
Could you advise me on how I can get rid of the old version and install the new one please.
which pandoc
anddpkg -l | grep pandoc
? – N0rbert May 15 '20 at 15:08which pandoc
gives/anaconda3/bin/pandoc
.dpkg -l | grep pandoc
doesn't give an output. – hossuriad May 15 '20 at 15:31