As you can read in the title, I accidentally installed 2 Discord apps; one is from the Ubuntu Software and the other is from the .deb file in the Discord website.
I came here to ask you if there's an easy way to uninstall the app from the .deb file to keep only the one from the Snap Store
If you installed the .deb and the Snap version, but only want to use the Snap version, just remove the package from the actual apt side of things to remove the installed .deb:
sudo apt remove discord
This doesn't affect the Snap version, and will remove the 'duplicate' Discord.
If you installed the
.deb
and the Snap version, but only want to use the Snap version, just remove the package from the actualapt
side of things to remove the installed.deb
:This doesn't affect the Snap version, and will remove the 'duplicate' Discord.