Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


dnf_installer_bash_script_rocky_linux_10

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
dnf_installer_bash_script_rocky_linux_10 [2025/07/01 17:30] juckinsdnf_installer_bash_script_rocky_linux_10 [2025/07/27 14:57] (current) juckins
Line 20: Line 20:
 # #
 # install-my-dnf-packages.bash # install-my-dnf-packages.bash
-# Rocky Linux 9.version (possibly tested with 9.5)+# Rocky Linux 10.version
 # #
 # NOTES: # NOTES:
Line 380: Line 380:
 echo "About to install: mytop" echo "About to install: mytop"
 dnf -y install mytop dnf -y install mytop
 +
 +echo ""
 +echo "About to install: httpie"
 +dnf -y install httpie
 +
 +echo ""
 +echo "About to install: bat"
 +dnf -y install bat
 +
 +echo ""
 +echo "About to install: htop"
 +dnf -y install htop
 +
 +echo ""
 +echo "About to install: fd-find"
 +dnf -y install fd-find
 +
 +echo ""
 +echo "About to install: ripgrep"
 +dnf -y install ripgrep
  
 echo "" echo ""
Line 466: Line 486:
 echo "As root: update-crypto-policies --set LEGACY                     " echo "As root: update-crypto-policies --set LEGACY                     "
 echo "*****************************************************************" echo "*****************************************************************"
- 
- 
-echo "" 
-echo "*****************************************************************" 
-echo "MATE not yet available for Rocky Linux 9                         *" 
-echo "See https://forums.rockylinux.org/t/mate-being-added-to-epel-8-and-9/6479/4" 
-echo "*****************************************************************" 
-echo "" 
  
  
dnf_installer_bash_script_rocky_linux_10.1751405442.txt.gz · Last modified: by juckins