Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

microsoft edge ubuntu uninstall command

# Stable version remove command
sudo apt remove microsoft-edge-stable
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install minecraft to ubuntu 
Shell :: how to isntall blender on linux 
Shell :: run docker redis localhost 
Shell :: enable epel repo centos 7 
Shell :: how to install jest 
Shell :: compress folder in tar.gz unix 
Shell :: show auto suggestion in terminal 
Shell :: pip install psycopg2 error fedora 
Shell :: install storybook angular 
Shell :: certbot add new domain 
Shell :: git see stash 
Shell :: voice recorder for ubuntu 
Shell :: clone mongodb database to local machine 
Shell :: dev/kvm device permission denied 
Shell :: pip3 not found 
Shell :: add env variable mac zsh 
Shell :: how to check for angular cli version 
Shell :: install ngrok 
Shell :: search through installed packages arch 
Shell :: apache reset default configuration 
Shell :: check redhat version 
Shell :: pretty git log 
Shell :: emacs ubuntu install 
Shell :: how to set remote url in git 
Shell :: pop last commit git 
Shell :: how to add flutter packages from git 
Shell :: powershell new folder 
Shell :: remove notebook kernel 
Shell :: cancel a merge git 
Shell :: git push current project to master 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =