Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to uninstall programms on ubuntu

sudo apt remove package-name
sudo apt purge package-name
Comment

how to uninstall program on ubuntu

##all the packages installed on your system
https://vitux.com/how-to-uninstall-programs-from-your-ubuntu-system/
dpkg --list
sudo apt-get remove package-name
or
sudo apt-get purge package-name
or
sudo apt-get autoremove
Comment

how to uninstall a software in ubuntu

$ dpkg --list
Comment

how to uninstall software from ubuntu

sudo apt-get --purge remove program-name/package-name
Comment

how to uninstall in ubuntu

sudo apt-get remove package-name // to remove the package itself
sudo apt-get purge package-name // to remove the dependencies installed with the package automatically
Comment

PREVIOUS NEXT
Code Example
Shell :: rclone gui 
Shell :: git remove chached 
Shell :: create batch file to delete folders 
Shell :: git view changes in commit 
Shell :: localhost wsl 
Shell :: styled typescript 
Shell :: remove git repository 
Shell :: nohup example 
Shell :: eslint-plugin-react-hooks 
Shell :: git flow hotfix 
Shell :: pip install geoip2 
Shell :: install scrollmagic npm 
Shell :: linux move all files up a directory 
Shell :: open git gui from command line 
Shell :: how to check what default browser in linux 
Shell :: list groups of an user linux 
Shell :: get current time curl 
Shell :: ubuntu install openjdk 8 source 
Shell :: increment in bash 
Shell :: break line bash 
Shell :: install brew on mac terminal 
Shell :: install dlib gpu check 
Shell :: linux checksum file 
Shell :: run prometheus command 
Shell :: discord linux manjaro 
Shell :: poetry python 
Shell :: shell nohup 
Shell :: install choclatey 
Shell :: git push heroku master error: src refspec master does not match any 
Shell :: leiningen install windows 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =