remove microsoft edge from ubuntu code example
Example: remove microsoft edge from ubuntu
# DEV Version
sudo apt remove microsoft-edge-dev
# Stable Version
sudo apt remove microsoft-edge
# Remove the settings and configuration files along with the program
# DEV Version
sudo apt purge microsoft-edge-dev
# Remove the settings and configuration files along with the program
# Stable Version
sudo apt purge microsoft-edge