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
yum_installer_bash_script_centos7 [2022/06/04 08:28] juckinsyum_installer_bash_script_centos7 [2022/12/07 13:24] (current) juckins
Line 1: Line 1:
 ==== Yum installer bash script (CentOS 7) == ==== Yum installer bash script (CentOS 7) ==
  
-<color #ed1c24>When you run the code below, ensure to redirect output and errors to a log file.</color>+<color #ed1c24>When you run the code below, ensure to redirect output and errors to a log file.</color>\\ 
 +<color #ed1c24>**If this is a new install, consider the SELinux settings.**</color>
  
 <code> <code>
Line 346: Line 347:
 echo "perl-Try-Tiny" echo "perl-Try-Tiny"
 yum -y install perl-Try-Tiny yum -y install perl-Try-Tiny
 +
 +echo "perl-Hash-MultiValue"
 +yum -y install perl-Hash-MultiValue
  
 echo "freerdp" echo "freerdp"
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins