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 revisionBoth sides next revision
yum_installer_bash_script_centos7 [2018/01/08 13:43] juckinsyum_installer_bash_script_centos7 [2018/05/28 15:43] juckins
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)
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins