Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


dnf_installer_bash_script_rocky_linux_9

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
dnf_installer_bash_script_rocky_linux_9 [2022/09/29 16:37] juckinsdnf_installer_bash_script_rocky_linux_9 [2022/12/07 13:23] juckins
Line 2: Line 2:
  
 <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>
  
 This may not be needed, but if slow downloading of packages occurs, modify /etc/dnf/dnf.conf to **use the fastest mirror**. A fix is noted in [[virtualbox_for_centos_stream_notes|Virtual Box running CentOS8 Stream]] This may not be needed, but if slow downloading of packages occurs, modify /etc/dnf/dnf.conf to **use the fastest mirror**. A fix is noted in [[virtualbox_for_centos_stream_notes|Virtual Box running CentOS8 Stream]]
Line 253: Line 255:
 # Is this used in any of my scripts? # Is this used in any of my scripts?
 #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 ""
dnf_installer_bash_script_rocky_linux_9.txt · Last modified: 2024/01/10 20:56 by juckins