Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #Actualizar paquetes sin password
  2. #Comando para ejecutar
  3. ## echo "PASSWORD ADMIN" | sudo -S [Ubicacion de este archivo]
  4.  
  5. ##Aplicamos Apt Get
  6. sudo apt-get update -y
  7.  
  8. ##Aplicamos las actualizaciones
  9. sudo apt-get dist-upgrade -y
  10.  
  11. ##Eliminar paquetes no servibles
  12. sudo apt-get autoremove -y
  13.  
  14. ##Limpiar paquetes
  15. sudo apt-get autoclean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement