I just install Microsoft Edge browser using a deb package.
Now I can not uninstall it.
If I go to the menu, and right click on it, there is no option to uninstall.
If I open Discover app, Edge it not listed anywhere, I did an exhaustive search...
I just install Microsoft Edge browser using a deb package.
Now I can not uninstall it.
If I go to the menu, and right click on it, there is no option to uninstall.
If I open Discover app, Edge it not listed anywhere, I did an exhaustive search...
To remove the stable version, run
sudo apt remove microsoft-edge-stable
And for the beta version,
sudo apt remove microsoft-edge-beta
Previous version of the asnwer.
The name of the package is microsoft-edge-dev
according to this link.
To remove it, enter the command
sudo apt remove microsoft-edge-dev
To remove the settings and configuration files along with the program, enter the command
sudo apt purge microsoft-edge-dev
discover
it maybemuon
that your system has, being used by Lubuntu/Kubuntu that both come withdiscover
; butsynaptic
,aptitude
and others may also offer removal via their UI) – guiverc Nov 16 '20 at 03:09