Cannot remove firetools

I removed firetools using Pamac but the app is still installed and available in menu and can be launched, I tried to remove it using pacman but it gives me error: target not found: firetools.

Test in terminal and see if there are errors
pamac remove firetools
pacman -R firetools

or reinstall and try to see the errors in console

1 Like

pacman only deals with packages…
did you install firetools as a snap or flatpak ?

1 Like

I installed it from pamac GUI. I hate snaps and flatpaks.

This is a scenario that I executed to show the problem :
[med@manjaro-med ~]$ locate firetools
/home/med/.config/firetools
/usr/local/bin/firetools
/usr/local/lib/firetools
/usr/local/lib/firetools/fmgr
/usr/local/lib/firetools/fstats
/usr/local/lib/firetools/uihelp
/usr/local/lib/firetools/uimenus
/usr/local/man/man1/firetools.1.gz
/usr/local/share/applications/firetools.desktop
/usr/local/share/doc/firetools
/usr/local/share/doc/firetools/COPYING
/usr/local/share/doc/firetools/README
/usr/local/share/doc/firetools/RELNOTES
/usr/local/share/pixmaps/firetools-minimal.png
/usr/local/share/pixmaps/firetools.png
/usr/share/app-info/icons/archlinux-arch-community/64x64/firetools_firejail-ui.png
/usr/share/app-info/icons/archlinux-arch-community/64x64/firetools_firetools.png
[med@manjaro-med ~]$ sudo pamac remove firetools
Error: target not found: firetools
[med@manjaro-med ~]$ sudo pacman -R firetools
error: target not found: firetools
[med@manjaro-med ~]$ sudo pacman -S firetools
resolving dependencies…
looking for conflicting packages…

Packages (1) firetools-0.9.62-1

Total Download Size: 0.21 MiB
Total Installed Size: 0.56 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages…
firetools-0.9.62-1-x86_64 215.2 KiB 186 KiB/s 00:01 [#####################################################################] 100%
(1/1) checking keys in keyring [#####################################################################] 100%
(1/1) checking package integrity [#####################################################################] 100%
(1/1) loading package files [#####################################################################] 100%
(1/1) checking for file conflicts [#####################################################################] 100%
(1/1) checking available disk space [#####################################################################] 100%
:: Processing package changes…
(1/1) installing firetools [#####################################################################] 100%
:: Running post-transaction hooks…
(1/2) Arming ConditionNeedsUpdate…
(2/2) Updating the desktop file MIME type cache…
[med@manjaro-med ~]$ sudo pacman -R firetools
checking dependencies…

Packages (1) firetools-0.9.62-1

Total Removed Size: 0.56 MiB

:: Do you want to remove these packages? [Y/n] y
:: Processing package changes…
(1/1) removing firetools [#####################################################################] 100%
:: Running post-transaction hooks…
(1/2) Arming ConditionNeedsUpdate…
(2/2) Updating the desktop file MIME type cache…
[med@manjaro-med ~]$ locate firetools
/home/med/.config/firetools
/usr/local/bin/firetools
/usr/local/lib/firetools
/usr/local/lib/firetools/fmgr
/usr/local/lib/firetools/fstats
/usr/local/lib/firetools/uihelp
/usr/local/lib/firetools/uimenus
/usr/local/man/man1/firetools.1.gz
/usr/local/share/applications/firetools.desktop
/usr/local/share/doc/firetools
/usr/local/share/doc/firetools/COPYING
/usr/local/share/doc/firetools/README
/usr/local/share/doc/firetools/RELNOTES
/usr/local/share/pixmaps/firetools-minimal.png
/usr/local/share/pixmaps/firetools.png
/usr/share/app-info/icons/archlinux-arch-community/64x64/firetools_firejail-ui.png
/usr/share/app-info/icons/archlinux-arch-community/64x64/firetools_firetools.png

Sorry, I think I found the problem, it’s just I recalled that I tried the previous year to modify the source code of firetools to change background colors to solve compatibility with Plasma dark theme.
I re-downloaded the source code from github and run ./configure then make & sudo make install & sudo make uninstall and the problem seems to be solved.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.