Horje
how to uninstall program on ubuntu Code Example
ubuntu apt uninstall
sudo apt-get remove <application_name>
how to uninstall a software in ubuntu
$ sudo apt-get remove package-name
Source: vitux.com
how to uninstall a software in ubuntu
$ dpkg --list
Source: vitux.com
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
how to uninstall a software in ubuntu
$ sudo apt-get purge package-name
Source: vitux.com




Shell

Related
cmd substring replace Code Example cmd substring replace Code Example
ubuntu install brew Code Example ubuntu install brew Code Example
node_modules/@react-leaflet/core/esm/dom.js Module not found: Can't resolve 'leaflet' in Code Example node_modules/@react-leaflet/core/esm/dom.js Module not found: Can't resolve 'leaflet' in Code Example
helm add stable hub Code Example helm add stable hub Code Example
install rollup locally Code Example install rollup locally Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10