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 [2017/11/22 07:05] juckinsyum_installer_bash_script_centos7 [2018/11/22 21:39] juckins
Line 1: Line 1:
 ==== Yum installer bash script (CentOS7) == ==== Yum installer bash script (CentOS7) ==
  
-When you run the code below, ensure to redirect output to a log file.+<fc #ff0000>When you run the code below, ensure to redirect output to a log file.</fc>
  
 <code> <code>
Line 32: Line 32:
 echo "*****************************************************************" echo "*****************************************************************"
 yum -y install wget yum -y install wget
-yum install epel-release+yum -y install epel-release
 #mkdir /root/downloads #mkdir /root/downloads
 #cd /root/downloads #cd /root/downloads
Line 230: Line 230:
 yum -y install openconnect* yum -y install openconnect*
 yum -y install evince yum -y install evince
-#yum install gnome-packagekit-updater           # for GUI icon notifying updates, not working +#yum -y install gnome-packagekit-updater           # for GUI icon notifying updates, not working 
-#yum install gnome-packagekit-installer         # for GUI icon notifying updates, not working +#yum -y install gnome-packagekit-installer         # for GUI icon notifying updates, not working 
-#yum install gpk-update-viewer+#yum -y install gpk-update-viewer
 yum -y install deltarpm yum -y install deltarpm
 #yum -y install *vpn*                           # may not be needed (175MB) #yum -y install *vpn*                           # may not be needed (175MB)
Line 258: Line 258:
 yum -y install vsftpd yum -y install vsftpd
 yum -y install perl-CPAN yum -y install perl-CPAN
 +yum -y install tcl
 yum -y install python-httplib2                 # TAT yum -y install python-httplib2                 # TAT
 yum -y install MySQL-python                    # TAT yum -y install MySQL-python                    # TAT
Line 266: Line 267:
 yum -y install gcc yum -y install gcc
 yum -y install kernel-devel yum -y install kernel-devel
 +yum -y install pangox-compat                   # Cisco AnyConnect VPN client v4.x GUI
 +yum -y install tidy
 +yum -y install mcelog
  
 echo "" echo ""
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins