Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos8

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_centos8 [2021/08/03 09:51] juckinsyum_installer_bash_script_centos8 [2022/12/07 13:24] (current) juckins
Line 1: Line 1:
 ==== dnf installer bash script (CentOS 8) == ==== dnf installer bash script (CentOS 8) ==
  
-<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 211: Line 212:
 echo "installing perl-Tie-IxHash" echo "installing perl-Tie-IxHash"
 dnf -y install perl-Tie-IxHash dnf -y install perl-Tie-IxHash
 +
 +echo ""
 +echo "installing perl-Hash-MultiValue"
 +dnf -y install perl-Hash-MultiValue
 +
 +echo ""
 +echo "installing perl-Try-Tiny"
 +dnf -y install perl-Try-Tiny
  
 echo "" echo ""
Line 287: Line 296:
  
 echo "" echo ""
-echo "install alpine"+echo "installing alpine"
 dnf -y install alpine dnf -y install alpine
  
Line 299: Line 308:
  
 echo "" echo ""
-echo "ncdu"+echo "installing ncdu"
 dnf -y install ncdu dnf -y install ncdu
  
 +echo ""
 +echo "installing ntpstat"
 +dnf -y install ntpstat
  
 echo "" echo ""
yum_installer_bash_script_centos8.1627998660.txt.gz · Last modified: 2021/08/03 09:51 by juckins