1

I'm trying in every possible way to delete this PDF reader, but I'm not getting it. A while ago, I "uninstalled" deleting the files from the computer.

downloaded file: https://www.linuxcapable.com/en/how-to-install-foxit-pdf-reader-on-ubuntu-20-04/ filename: FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz.1

Steps:

wget http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/linux/2.x/2.4/en_us/FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz

cd ~/Downloads

tar xzvf FoxitReader*.tar.gz

sudo chmod a+x FoxitReader*.run

sudo chmod a+x FoxitReader*.run

1 Answers1

4

To uninstall, go to cd ~/opt/foxitsoftware/foxitreader and then run ./maintenancetool file and click uninstall.

I hope that helps. <3

ranit
  • 141