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 [2023/12/31 16:01] juckinsdnf_installer_bash_script_rocky_linux_9 [2024/01/06 23:03] juckins
Line 11: Line 11:
   * <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 [[install_configure_cpan|CPAN Tips]])
 +  * 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 39: Line 41:
  
  
-echo "*****************************************************************" +#echo "*****************************************************************" 
-echo "                        PowerTools                            *"+#echo "                        PowerTools                            *"
 # https://www.how2shout.com/linux/how-to-enable-powertools-repository-on-rocky-linux-8/ # https://www.how2shout.com/linux/how-to-enable-powertools-repository-on-rocky-linux-8/
-echo "*****************************************************************" +#echo "*****************************************************************" 
-dnf install dnf-plugins-core +#dnf config-manager --set-enabled powertools
-dnf config-manager --set-enabled powertools+
  
  
Line 57: Line 58:
  
 echo "" echo ""
-echo "Enable the CRB repo (added by EPEL)"+echo "Enable the CRB repo (added by EPEL, the old PowerTools)" 
 +dnf install dnf-plugins-core
 /usr/bin/crb enable /usr/bin/crb enable
  
Line 230: Line 232:
 echo "About to install: python3-PyMySQL" echo "About to install: python3-PyMySQL"
 dnf -y install python3-PyMySQL dnf -y install python3-PyMySQL
 +
 +echo ""
 +echo "About to install: python3-pytz"
 +dnf -y install python3-pytz
  
 echo "" echo ""
Line 235: Line 241:
 dnf -y install python3-pip dnf -y install python3-pip
  
-echo "" +# Do the below as non-root user, also better to use miniconda3 env 
-echo "About to run: python -m pip install dictor" +#echo "" 
-python -m pip install dictor+#echo "About to run: python -m pip install dictor" 
 +#python -m pip install dictor
  
 echo "" echo ""
Line 256: Line 263:
 echo "About to install: perl-File-Slurp.noarch" echo "About to install: perl-File-Slurp.noarch"
 dnf -y install perl-File-Slurp.noarch      dnf -y install perl-File-Slurp.noarch     
 +
 +echo ""
 +echo "About to install: perl-HTML-TableExtract.noarch"
 +dnf -y install perl-HTML-TableExtract.noarch
  
 echo "" echo ""
Line 266: Line 277:
 # If EPEL 9 version not available, use cpanm # If EPEL 9 version not available, use cpanm
 dnf -y install perl-IO-All.noarch  dnf -y install perl-IO-All.noarch 
 +
 +echo ""
 +echo "About to install: perl-JSON"
 +dnf -y install perl-JSON
  
 echo "" echo ""
 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 296: Line 315:
 echo "About to install: qt5-qtx11extras" echo "About to install: qt5-qtx11extras"
 dnf -y install "qt5-qtx11extras"               # VirtualBox dnf -y install "qt5-qtx11extras"               # VirtualBox
 +
 +echo ""
 +echo "About to install: qt5-qttools-libs-help"
 +dnf -y install "qt5-qttools-libs-help"         # VirtualBox
  
 echo "" echo ""
Line 353: 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 ""
Line 397: Line 424:
 # Maybe not needed since new NWSChat will be Slack? # Maybe not needed since new NWSChat will be Slack?
 #dnf -y install pidgin #dnf -y install pidgin
- 
-echo "" 
-echo "About to install: qt5-qtx11extras" 
-dnf -y install qt5-qtx11extras 
  
 echo "" echo ""
dnf_installer_bash_script_rocky_linux_9.txt · Last modified: 2024/01/10 20:56 by juckins