Skip to content

Instantly share code, notes, and snippets.

@jbalzar
Created April 24, 2016 07:55
Show Gist options
  • Save jbalzar/49f6c71d71d575319f49bafa4642ff85 to your computer and use it in GitHub Desktop.
Save jbalzar/49f6c71d71d575319f49bafa4642ff85 to your computer and use it in GitHub Desktop.
CentOS package management
# Update packages
sudo yum update
# Search package
sudo yum search package_name
# Install package
# -y : confirm the installation with no prompt
sudo yum -y install package_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment