Answers for "how to uninstall a software in ubuntu"

3

how to uninstall a software in ubuntu

$ sudo apt-get remove package-name
Posted by: Guest on January-05-2021
11

ubuntu apt uninstall

sudo apt-get remove <application_name>
Posted by: Guest on July-20-2020
0

how to remove software from ubuntu

sudo apt-get purge --auto-remove package-name
Posted by: Guest on May-28-2021
1

how to uninstall a software in ubuntu

$ sudo apt-get purge package-name
Posted by: Guest on January-05-2021
0

how to uninstall a software in ubuntu

$ dpkg --list
Posted by: Guest on May-17-2021
0

ubuntu remove application icon

remove application icon file from "/usr/share/applications" or "~/.local/share/applications".
Posted by: Guest on August-15-2020

Code answers related to "how to uninstall a software in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language