沃梦达 / 编程技术 / 服务器 / 正文

centos mini 安装基础软件

centos 联网后,安装软件1.安装 网络工具 yum install net-tools2.安装 gcc 编译yum install gcc3. 安装httpd服务(架设网站的必须服务)yum install httpd4.安装wget[root@192 ~]# yum install -y wget5...

centos 联网后,安装软件

1.安装 网络工具   

yum install net-tools

2.安装 gcc 编译

yum install gcc

3. 安装httpd服务(架设网站的必须服务)

yum install httpd

4.安装wget

[root@192 ~]# yum install -y wget

5.安装jdk1.8

 

本文标题为:centos mini 安装基础软件

下一篇: centos 安装 jdk1.8

基础教程推荐