Answers for "remove microsoft edge from ubuntu"

0

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
Posted by: Guest on February-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language