Published
- 1 min read
how to remove edge completely from ubuntu
The solution for this is noted below
how to remove edge completely from ubuntu
Solution
sudo apt remove microsoft-edge-stable;
sudo apt purge microsoft-edge-stable;
cd ~/.config/ ;
rm -rf microsoft-edge/;
cd ~/.cache/;
rm -rf microsoft-edge;
rm -rf Microsoft/
Try other methods by searching on the site. That is if this doesn’t work