47

I installed it using the .deb package from their website and I've turned the internet upside down looking for a way to do so and nothing works, terminal doesn't recognize 'foxitreader' and when I use dpkg to list all the programs, it is just not listed, or listed below another name. HELP!

EliT
  • 1,371

7 Answers7

80

The installer tells you where the file was installed in. For me it was ~/opt/foxitsoftware/foxitreader. In that directory is "maintenancetool.sh", running it will give you a gui for uninstalling.

user.dz
  • 49,176
EliT
  • 1,371
30

The foxit reader program is installed manually. To uninstall, go to ~/opt/foxitsoftware/foxitreader and then run ./maintenancetool file and click uninstall.

8

I was facing the same issue while uninstalling Foxit reader in my ubuntu 16.04. Then I did the following steps,

cd ~/opt/foxitsoftware/foxitreader/
sudo ./maintenancetool.sh

if I write ./maintanacetool.sh and try to uninstall, it was giving permission error so with sudo it worked fine.

5

I tried every method I saw, but none did the job. The ./maintenancetool didn't do the trick. Also the ./uninstaller was worthless.

So I used:

rm -R /opt/foxitsoftware

I'm not sure whether this could have negative consequences though.

Eliah Kagan
  • 119,640
2
  1. Goto foxit installed directory and open uninstall.desktop in that directory using a texteditor

  2. see the exec= Example(for me):- exec = /home/hiren/opt/foxitsoftware/foxitreader/maintenancetool.sh %F

  3. Run the exec ="This " in the terminal Example(for me):- sudo /home/hiren/opt/foxitsoftware/foxitreader/maintenancetool.sh %F

Ubuntu version - 19.10

1

This is how I uninstalled it:

Copy this > ./maintenancetool

Go to /home/opt/foxitsoftware

Right click at some empty space and "open in terminal"

Paste ./maintenancetool and click Enter. It will open a GUI which will help you remove the folder which you would've removed by simply selecting 'opt' folder and clicking the delete button.

rainlover
  • 576
1

The download is not for a .deb file, it is a .run file.

The .run file is not installed via dpkg, it is a custom installer.

The way to remove it is, run the .run file again and find the directory where it was installed.

In this folder you will find an uninstall file, run this to remove Foxit.

Mark Kirby
  • 18,949
  • 19
  • 79
  • 116