How to uninstall an app in atomic fedora of unknown installation method?
Description
I use GNOME on Fedora atomic. There is an icon in overview of an installed app, nvtop. How can I figure out how I installed the app and how can I uninstall it?
The first step is to click "App details" in the overview section. GNOME software then tells me there are no details for the app. Searching for nvtop in Software doesn't yield any result. GNOME Software is of no use here. I can confirm that it is not a flatpak with the name nvtop by running flatpak list | grep -i "nvtop".
How many distroboxes are running? distrobox ls. The one distrobox that is running can't find a package with the name nvtop either dnf list installed | grep nvtop. And trying to run it from within distrobox can't find it as well. bash: nvtop: command not found
rpm-ostree can't find anything
$ rpm-ostree uninstall nvtop
error: Package/capability 'nvtop' is not currently requested
edit:
I can also locate nvtop but that's of no help to me
locate *.appimage does not return an unknown appimage
edit2:
I just tried installing it via rpm-ostree. I'm getting closer, but still no idea what to do with the result. Rebooting is always a good idea. Rebooting didn't help.
$ rpm-ostree install nvtop
error: "nvtop" is already provided by: nvtop-3.0.2-2.fc39.x86_64. Use --allow-inactive to explicitly require it.
If you're using universal blue images, that comes built into the image (at least on nvidia images for sure). To get rid of it, you'd have to use rpm-ostree override remove to get rid of it.