“Cómo desinstalar VLC en Ubuntu” Código de respuesta

desinstalar VLC del terminal

sudo apt-get remove vlc
Relieved Rook

Cómo desinstalar VLC en Ubuntu

sudo apt-get remove vlc
sudo apt-get autoremove
# sudo apt-get -s autoremove (to do a dry run if you're not sure)

# OR 

sudo apt-get --purge
Your CodeFu

desinstalar VLC del terminal

sudo apt-get remove <programe name>
Relieved Rook

Respuestas similares a “Cómo desinstalar VLC en Ubuntu”

Preguntas similares a “Cómo desinstalar VLC en Ubuntu”

Más respuestas relacionadas con “Cómo desinstalar VLC en Ubuntu” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código