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

PREVIOUS NEXT
Code Example
Shell :: awk get second column from command output 
Shell :: bitnami lamp restart apache 
Shell :: how to clean pod in react native 
Shell :: powershell copy file to remote computer 
Shell :: how to install .deb file on termux 
Shell :: Consider using absolute ordering 
Shell :: delete bash history 
Shell :: install chance in cypress 
Shell :: Exception: Error running pod install flutter on iod 
Shell :: install pylatex 
Shell :: git file history 
Shell :: install snap on linux redhat 
Shell :: adb tap screen 
Shell :: bash get file name 
Shell :: error: snap "flutter" has "remove-snap" change in progress 
Shell :: uninstall redis ubuntu terminal 
Shell :: ubuntu apache2 command 
Shell :: git branch color terminal ubuntu 
Shell :: how to install davinci resolve on ubuntu 
Shell :: how to exit from vi 
Shell :: wsl file to unix format 
Shell :: Got an error creating the test database: ERREUR: droit refusé pour créer une base de données 
Shell :: OFFLINE pdf UNlocker FOR UBUNTU 
Shell :: delete old version of snaps 
Shell :: use python shell with git bash 
Shell :: how to check temperature of cpu linux 
Shell :: ubuntu set new default terminal 
Shell :: change sshd config 
Shell :: install minipyer 
Shell :: get logstash version 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =