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 :: restart httpd centos 
Shell :: raspberry pi set wifi headless 
Shell :: sudo not found docker 
Shell :: how to stop running port in ubuntu 
Shell :: get pid running on port 
Shell :: npm install @hookform/resolvers yup 
Shell :: Job for apache2.service failed because the control process exited with error code. 
Shell :: install tweepy 
Shell :: change hostname ubuntu 20.04 
Shell :: remove orphan packages arch linux 
Shell :: install autopep8 
Shell :: gensim install 
Shell :: debian 11 sources.list 
Shell :: remove file from git tracking 
Shell :: colab unzip tar.gz 
Shell :: debian create user 
Shell :: install discord in ubunut 
Shell :: mongodb shell query last document 
Shell :: hdfs remove directory 
Shell :: mac show cocoapods version 
Shell :: bootstrap npm 
Shell :: heroku cli add remote 
Shell :: embed a youtube video in github readme 
Shell :: apache2 ubuntu code exited 
Shell :: There are no commands defined in the "ide-helper" 
Shell :: how to download workbench for linux 
Shell :: process runninng on particular port 
Shell :: List User Accounts Mac 
Shell :: install gcc in ubuntu 
Shell :: visual studio code arm64 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =