Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos8

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
yum_installer_bash_script_centos8 [2020/12/10 09:28] juckinsyum_installer_bash_script_centos8 [2022/12/07 13:24] (current) juckins
Line 1: Line 1:
 ==== dnf installer bash script (CentOS 8) == ==== dnf installer bash script (CentOS 8) ==
  
-<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>
  
 <code> <code>
Line 167: Line 168:
 #echo "installing php php-mbstring php-mcrypt php-mysql" #echo "installing php php-mbstring php-mcrypt php-mysql"
 #dnf -y install php php-mbstring php-mcrypt php-mysql #dnf -y install php php-mbstring php-mcrypt php-mysql
 +
 +echo ""
 +echo "installing php-xml"
 +dnf -y install php-xml                         # phpMyAdmin
  
 echo "" echo ""
Line 207: Line 212:
 echo "installing perl-Tie-IxHash" echo "installing perl-Tie-IxHash"
 dnf -y install perl-Tie-IxHash dnf -y install perl-Tie-IxHash
 +
 +echo ""
 +echo "installing perl-Hash-MultiValue"
 +dnf -y install perl-Hash-MultiValue
 +
 +echo ""
 +echo "installing perl-Try-Tiny"
 +dnf -y install perl-Try-Tiny
  
 echo "" echo ""
Line 281: Line 294:
 dnf -y copr enable castor/remmina dnf -y copr enable castor/remmina
 dnf -y install 'remmina*' dnf -y install 'remmina*'
 +
 +echo ""
 +echo "installing alpine"
 +dnf -y install alpine
  
 echo "" echo ""
Line 290: Line 307:
 dnf -y install pidgin dnf -y install pidgin
  
 +echo ""
 +echo "installing ncdu"
 +dnf -y install ncdu
 +
 +echo ""
 +echo "installing ntpstat"
 +dnf -y install ntpstat
  
 echo "" echo ""
yum_installer_bash_script_centos8.1607610518.txt.gz · Last modified: 2020/12/10 09:28 by juckins