Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos8s

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
Last revisionBoth sides next revision
yum_installer_bash_script_centos8s [2022/05/10 14:23] juckinsyum_installer_bash_script_centos8s [2022/05/12 09:52] juckins
Line 1: Line 1:
-==== dnf installer bash script (CentOS 8 Stream) ====+==== dnf installer bash script (CentOS 8 Stream and Rocky Linux 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>
Line 9: Line 9:
 # #
 # install-my-dnf-packages.bash # install-my-dnf-packages.bash
-# CentOS 8 Stream version+# CentOS 8 Stream / Rocky Linux 8 version
 # #
 # NOTES: # NOTES:
Line 24: Line 24:
 echo "" echo ""
 echo "*****************************************************************" echo "*****************************************************************"
-echo "                    CentOS 8 Updates                          *"+echo "                    Beginning all Updates                     *"
 echo "*****************************************************************" echo "*****************************************************************"
  
-echo "" + 
-echo "dnf config-manager --set-enabled PowerTools+echo "*****************************************************************
-dnf config-manager --set-enabled PowerTools+echo "*                         PowerTools                            *" 
 +# https://serverfault.com/questions/997896/how-to-enable-powertools-repository-in-centos-8 
 +echo "*****************************************************************" 
 +dnf install dnf-plugins-core 
 +dnf config-manager --set-enabled powertools 
  
 echo "" echo ""
yum_installer_bash_script_centos8s.txt · Last modified: 2022/06/04 10:31 by juckins