Ubuntu系统常用环境安装

1.系统更新,以便和最新的软件兼容:

~$ sudo apt-get update

2.安装Git:

~$ sudo apt-get install git

3.安装Ruby环境:

~$ sudo apt-get …

  • 1