CentOS 7 软件安装简记

Posted gaowengang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7 软件安装简记相关的知识,希望对你有一定的参考价值。

 

Install SW Record
=================

$ sudo yum install vim-X11.x86_64 
$ sudo yum install clang.x86_64
$ sudo yum install tree.x86_64
$ sudo yum install epel-release.noarch        # for get SW from Extra-Package-for-Enterprise-Linux
$ sudo yum install python2-pip.noarch
$ sudo yum install python-tools.x86_64        # for tcl, tix, tk, tkinter, idle

# maybe need `-ignore-installed` due to old version installed prevent new
$ sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ --ignore-installed pyparsing   
$ sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ matplotlib==2.2
$ sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ scipy
$ sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ pandas

$ sudo yum install wxPython.x86_64
$ sudo yum install p7zip.x86_64               # Note: usage name is `7za`
$ sudo yum install chromium.x86_64
$ sudo yum install emacs.x86_64

 

 

Over :-)

 

以上是关于CentOS 7 软件安装简记的主要内容,如果未能解决你的问题,请参考以下文章

mysql主从安装简记

centos 7安装gitlab及使用

版本管理 GitLab 的安装及管理 (CentOS 7)

如何在CentOS 7中安装Git

如何在 CentOS 7 上安装 Docker

Centos 7 下yum搭建lnmp环境(yum安装方式)