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
Last revisionBoth sides next revision
dnf_installer_bash_script_rocky_linux_9 [2024/01/06 13:52] juckinsdnf_installer_bash_script_rocky_linux_9 [2024/01/06 23:03] juckins
Line 12: Line 12:
     * Both can be installed using cpanm (see [[install_configure_cpan|CPAN Tips]])     * Both can be installed using cpanm (see [[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
  
 \\ \\
Line 284: Line 285:
 echo "About to install: perl-List-MoreUtils" echo "About to install: perl-List-MoreUtils"
 dnf -y install perl-List-MoreUtils dnf -y install perl-List-MoreUtils
 +
 +echo ""
 +echo "About to install: perl-List-Compare.noarch"
 +dnf -y install perl-List-Compare.noarch
  
 echo "" echo ""
Line 371: Line 376:
 echo "About to install: firefox" echo "About to install: firefox"
 dnf -y install firefox dnf -y install firefox
 +
 +echo ""
 +echo "About to install: thunderbird"
 +dnf -y install thunderbird
  
 echo "" echo ""
dnf_installer_bash_script_rocky_linux_9.txt · Last modified: 2024/01/10 20:56 by juckins