“Purge um software Linux” Respostas de código

Purge um 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

Como remover um software do Linux

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

Respostas semelhantes a “Purge um software Linux”

Perguntas semelhantes a “Purge um software Linux”

Mais respostas relacionadas para “Purge um software Linux” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código