back to index

CentOS Install Cheatsheet

A handful of common install commands on CentOS.

published Oct 17, 2017 tags #linux #centos

~/posts/centos-install-guide $ cat post.md

/ LANG EN / 中文
/ THEME / /

Node

curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
yum -y install nodejs

Git

yum install git
sudo yum install python-software-properties
sudo yum install software-properties-common

Python

sudo yum install python-pip
back to index