-
I installed a .deb app from the developer's website (https://lantern.io/), but now I want to uninstall it. In Fedora (with .rpm) I did this by right-clicking on the app, then the "more about the app" tab and the app center opened, where there was a "uninstall" button. In VanillaOS, the app center doesn't seem to work with .deb apps. Is there a way to uninstall the app via the GUI? |
Beta Was this translation helpful? Give feedback.
Answered by
GabsEdits
Sep 21, 2024
Replies: 1 comment
-
There isn't sadly any way yet to uninstall .deb applications via the GUI. You can remove them from the terminal using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kbdharun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't sadly any way yet to uninstall .deb applications via the GUI. You can remove them from the terminal using
apt remove <app>
orvso remove <app>