“Spülen Sie eine Software Linux” Code-Antworten

Spülen Sie eine Software Linux

# List out all software installed on the machine
dpkg --list

# remove the software you want using the following command 
sudo apt-get --purge remove NAME_SOFTWARE
# e.g.
sudo apt-get --purge remove gimp
Merwanski

So entfernen Sie eine Software von Linux

# use this for centos
sudo yum remove [pkg_name]
Uptight Unicorn

Ähnliche Antworten wie “Spülen Sie eine Software Linux”

Fragen ähnlich wie “Spülen Sie eine Software Linux”

Weitere verwandte Antworten zu “Spülen Sie eine Software Linux” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen