I recently ran into a problem with discord updating and I want to uninstall it via command line to reinstall it, but I dont know how. would anyone know how to do that?
Asked
Active
Viewed 7.5k times
5
-
How did you install it? – Byte Commander Aug 09 '17 at 15:41
-
1Possible duplicate of How to uninstall a .deb package? and Snap in Ubuntu 16.04 – karel Mar 20 '19 at 11:23
2 Answers
10
The .deb install on discord's website installs a package named "discord" try running
sudo apt-get remove discord
in your terminal. Then reinstall it the same way you installed it in the first place. I don't know if this will work if you installed it a diffirent way.
Edit: I also previously got the discord message to update this afternoon, and ran the command and used this file to update discord: Discord .deb install from discordapp.com

Evan
- 101
9
In ubuntu 18.04 discord can be easily installed, removed with snap:
sudo snap remove discord
sudo snap install discord

Oscar Lima
- 91
- 1
- 2