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 [2016/01/10 08:57] juckinsyum_installer_bash_script_centos7 [2016/05/20 15:00] juckins
Line 1: Line 1:
-==== yum Installer Bash Script ==+==== Yum installer bash script (CentOS7) ==
  
 <code> <code>
Line 5: Line 5:
 # #
 # install-my-yum-packages.bash # install-my-yum-packages.bash
 +#
 +# installed groups can be found with:
 +# yum group list
 # #
 # contents of groups can be found with: # contents of groups can be found with:
Line 182: Line 185:
 echo "*****************************************************************" echo "*****************************************************************"
 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 190: Line 195:
 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 install gnome-packagekit-updater           # for GUI icon notifying updates, not working 
 +yum install gnome-packagekit-installer         # for GUI icon notifying updates, not working 
 +yum install gpk-update-viewer 
 +yum install deltarpm 
 +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 208: Line 218:
 yum -y install freerdp                         # replacement for rdesktop yum -y install freerdp                         # replacement for rdesktop
 yum install mariadb-server mariadb yum install mariadb-server mariadb
 +yum install bind-utils
  
  
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins