Answers for "how to remove software from 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

Code answers related to "how to remove software from ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language