1、查看Linux 系统为 CentOS 、还是 Ubuntu
cat /etc/issue
因为,在Ubuntu系统中,经常要用到apt-get install指令来安装软件
2, apt install build-essential
apt-get install python3-pip
3, 查看google-chrome版本
apt-get install chromium-browser ## 安装开源版Chrome
google-chrome --version #查看chrome 版本号
chromium-browser --version #查看chrome 版本号