Ejemplo: ubuntu desinstalar chrome
// Solution 1:
sudo apt-get remove google-chrome-stable
// Solution 2:
sudo apt-get purge google-chrome-stable
sudo apt-get autoremove
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)
// Solution 1:
sudo apt-get remove google-chrome-stable
// Solution 2:
sudo apt-get purge google-chrome-stable
sudo apt-get autoremove