How do i uninstall an app not showing in Software app?

I installed Eddie, AirVPN’s client app. I downloaded it as an RPM from their site, it installed and works. I can find it in Fedora search, and under ‘Internet’ in programs list. But I don’t know how to uninstall it, it still doesn’t show up in Software app despite being installed?!
Thanks

Use dnf to search and destroy it.
FTR gnome-software and kde discovery only show apps that have appdata, this means around 60 - 70% of packages aren’t shown in them.

1 Like

Try

sudo dnf remove $(rpm -qf /usr/bin/eddie-ui)
1 Like

You’re a star. How much do I owe you?

:upside_down_face: