Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos7

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
yum_installer_bash_script_centos7 [2015/11/08 10:02] juckinsyum_installer_bash_script_centos7 [2016/04/15 20:32] juckins
Line 1: Line 1:
 +==== Yum installer bash script (CentOS7) ==
 +
 <code> <code>
 #!/bin/bash #!/bin/bash
Line 179: Line 181:
 echo "********************* NOW INSTALLING EXTRAS  ********************" echo "********************* NOW INSTALLING EXTRAS  ********************"
 echo "*****************************************************************" echo "*****************************************************************"
-yum -y install rdesktop 
 yum -y install xorg-x11-fonts* yum -y install xorg-x11-fonts*
 +yum -y install cups
 yum -y install ImageMagick* yum -y install ImageMagick*
 +yum -y install gedit
 yum -y install kdegraphics yum -y install kdegraphics
 yum -y install lftp* yum -y install lftp*
Line 189: Line 192:
 yum -y install NetworkManager* yum -y install NetworkManager*
 yum -y install openconnect* yum -y install openconnect*
-yum -y install *vpn*+yum -y install evince 
 +yum -y install *vpn*                           # may not be needed (175MB)
 yum -y install ncftp yum -y install ncftp
 yum -y install dkms yum -y install dkms
Line 203: Line 207:
 yum -y install perl-List-Compare.noarch        # epel yum -y install perl-List-Compare.noarch        # epel
 yum -y install perl-List-MoreUtils.x86_64      # base yum -y install perl-List-MoreUtils.x86_64      # base
 +yum -y install perl-Array-Utils.noarch         # epel    
 +#yum -y install rdesktop                       # NUX desktop repo
 +yum -y install freerdp                         # replacement for rdesktop
 +yum install mariadb-server mariadb
 +yum install bind-utils
 +
 +
 +echo "*********************** ENABLE SERVICES  ************************"
 +echo "*****************************************************************"
 +systemctl start httpd.service
 +systemctl enable httpd.service
 +
 +echo "*****************************************************************"
 +echo "                           DONE                               *"
 +echo "*****************************************************************"
 </code> </code>
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins