Skip to content

Instantly share code, notes, and snippets.

@guillermoroblesjr
Created February 19, 2015 22:40
Show Gist options
  • Save guillermoroblesjr/fbd48e95329aac616208 to your computer and use it in GitHub Desktop.
Save guillermoroblesjr/fbd48e95329aac616208 to your computer and use it in GitHub Desktop.
Updating packages with apt-get
# Updating
sudo apt-get update
sudo apt-get dist-upgrade
# a specific program to update:
sudo apt-get install <program>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment