Whenever I click remove it just says uninstalling at 0% forever. There isn’t anything installed at all.
You must log in or register to comment.
Open Konsole and run the
flatpak list
command to see what apps are actually installed, then to uninstall stuff runflatpak remove com.app.id
, replacingcom.app.id
with the app ID that you want to remove.