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/12/07 13:23] juckinsdnf_installer_bash_script_rocky_linux_9 [2023/05/15 15:01] juckins
Line 1: Line 1:
 ==== dnf installer bash script (Rocky Linux 9) ==== ==== dnf installer bash script (Rocky Linux 9) ====
  
-<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> <color #ed1c24>**If this is a new install, consider the SELinux settings.**</color>
  
Line 287: Line 286:
 echo "About to install: vim" echo "About to install: vim"
 dnf -y install vim dnf -y install vim
 +
 +echo ""
 +echo "About to install: ncdu"
 +dnf -y install ncdu
  
 echo "" echo ""
 echo "About to install: gnome-tweaks" echo "About to install: gnome-tweaks"
 dnf -y install gnome-tweaks dnf -y install gnome-tweaks
 +
 +echo ""
 +echo "About to install: seahorse"
 +dnf -y install seahorse
  
 echo "" echo ""
dnf_installer_bash_script_rocky_linux_9.txt · Last modified: 2024/01/10 20:56 by juckins