What packages do you select or deselect when install CentOS?

maiijarb

Verified User
Joined
Nov 8, 2006
Messages
66
Hello,

What packages do you select or deselect when install CentOS?

Thank you.

inst16.jpg
 
Depends on the purpose of installing Centos. :) What are you planning to do on your CentOS server?
 
With initial install from cd I deselect everything but Base. That way I do not waste time installing stuff from the cd that is just going to have to be updated anyway.

After the install I use yum to install everything I need.
 
We always deselect everything on the 'linux text' installation.
After installation we install manually the things we need.

yum install -y make gcc gcc-c++ quota vixie-cron crontabs rdate nano bind-utils perl perl-libwww-perl sharutils net-snmp ncurses ncurses-devel vim-enhanced rpm-build* perl-Archive-Tar gpg sudo screen fping perl-Crypt-DES perl-Net-SNMP nagios-nrpe jwhois which libxslt-devel libxml2-devel lsof finger autoconf htop smartmontools libcap* libc-client libc-client-devel flex tmpwatch
 
Back
Top