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

Next revision
Previous revision
dnf_installer_bash_script_rocky_linux_10 [2025/07/01 17:29] – created juckinsdnf_installer_bash_script_rocky_linux_10 [2025/07/01 18:20] (current) juckins
Line 3: Line 3:
 <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>
- 
-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]] 
  
 __Errors with the script__: __Errors with the script__:
  
-  * <del>RPM Perl-Array-Diff not available</del> - now working in RL 9.2 +  * Check: RPM Perl-Array-Diff not available 
-  * <del>RPM Perl-IO-All not available</del> - now working in RL 9.2 +  * Check: RPM Perl-IO-All not available 
-    * Both can be installed using cpanm (see [[perl_install_configure_cpan|CPAN Tips]]) +    * May need to be installed using cpanm (see [[perl_install_configure_cpan|CPAN Tips]]) 
-  * Errors running ''dnf -y copr enable stenstorp/lightdm'' but system still boots into Xfce OK +  * Check: Errors running ''dnf -y copr enable stenstorp/lightdm'' but system still boots into Xfce OK 
-  * perl-Math-Round not available, but perl-Math-Round-0.07-25.fc38.noarch.rpm works+  * Check: perl-Math-Round not available, but perl-Math-Round-0.07-25.fc38.noarch.rpm works
  
 \\ \\
Line 22: 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 468: Line 466:
 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.1751405347.txt.gz · Last modified: by juckins