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
dnf_installer_bash_script_rocky_linux_9 [2024/10/23 08:38] juckinsdnf_installer_bash_script_rocky_linux_9 [2025/04/08 19:16] (current) juckins
Line 10: Line 10:
   * <del>RPM Perl-Array-Diff not available</del> - now working in RL 9.2   * <del>RPM Perl-Array-Diff not available</del> - now working in RL 9.2
   * <del>RPM Perl-IO-All not available</del> - now working in RL 9.2   * <del>RPM Perl-IO-All not available</del> - now working in RL 9.2
-    * Both can be installed using cpanm (see [[install_configure_cpan|CPAN Tips]])+    * Both can 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   * 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   * perl-Math-Round not available, but perl-Math-Round-0.07-25.fc38.noarch.rpm works
Line 362: Line 362:
 echo "About to install: samba-*" echo "About to install: samba-*"
 dnf -y install samba-* dnf -y install samba-*
 +
 +echo ""
 +echo "About to install: system-config-printer"
 +dnf -y install system-config-printer
  
 echo "" echo ""
Line 370: Line 374:
 echo "About to install: wgrib2" echo "About to install: wgrib2"
 dnf -y install wgrib2 dnf -y install wgrib2
 +
 +echo ""
 +echo "About to install: mytop"
 +dnf -y install mytop
  
 echo "" echo ""
Line 400: Line 408:
 echo "About to install: inxi" echo "About to install: inxi"
 dnf -y install inxi dnf -y install inxi
 +
 +echo ""
 +echo "About to install: audacity"
 +dnf -y install audacity
  
 echo "" echo ""
dnf_installer_bash_script_rocky_linux_9.1729687084.txt.gz · Last modified: 2024/10/23 08:38 by juckins