Home > Database > Mysql Tutorial > yum批量装配,超方便的指令,可以批量安装Mysql,Java Developme

yum批量装配,超方便的指令,可以批量安装Mysql,Java Developme

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 16:24:04
Original
1491 people have browsed it

yum批量安装,超方便的指令,可以批量安装Mysql,Java Development 1. 查看可能批量安装的列表: yum grouplist ? 比如; [root@bogon /]# yum grouplist Loaded plugins: fastestmirror Setting up Group Process Loading mirror speeds from cached hostfil

yum批量安装,超方便的指令,可以批量安装Mysql,Java Development

1. 查看可能批量安装的列表: yum grouplist

?

比如;

[root@bogon /]# yum grouplist

Loaded plugins: fastestmirror

Setting up Group Process

Loading mirror speeds from cached hostfile

?* addons: mirror.neu.edu.cn

?* base: centos.ustc.edu.cn

?* extras: centos.ustc.edu.cn

?* updates: centos.ustc.edu.cn

Installed Groups:

? ?Administration Tools

? ?Development Tools

? ?Dialup Networking Support

? ?Editors

? ?GNOME Desktop Environment

? ?Graphical Internet

? ?Mail Server

? ?MySQL Database ? 这个就是mysql的安装,

? ?Network Servers

? ?Office/Productivity

? ?Printing Support

? ?Server Configuration Tools

? ?System Tools

? ?Web Server

? ?X Window System

? ?Yum Utilities

Available Groups:

? ?Authoring and Publishing

? ?Base

? ?Beagle

? ?Cluster Storage

? ?Clustering

? ?DNS Name Server

? ?Development Libraries

? ?Eclipse

? ?Engineering and Scientific

? ?FTP Server

? ?FreeNX and NX

? ?GNOME Software Development

? ?Games and Entertainment

? ?Graphics

? ?Horde

? ?HyperV

? ?Java Development

? ?KDE (K Desktop Environment)

? ?KDE Software Development

? ?Legacy Network Server

? ?Legacy Software Development

? ?Legacy Software Support

? ?Mono

? ?News Server

? ?OpenFabrics Enterprise Distribution

? ?PostgreSQL Database

? ?Sound and Video

? ?Text-based Internet

? ?Tomboy

? ?Windows File Server

? ?X Software Development

? ?XFCE-4.4

? ?Xen

?

2.安装

比如安装mysql数据库

yum groupinstall "MySQL Database"'

?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template