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/10/20 16:09] 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 115: Line 116:
 echo "installing lftp" echo "installing lftp"
 dnf -y install lftp* dnf -y install lftp*
 +
 +echo ":
 +echo "installing traceroute"
 +dnf -y install traceroute
  
 echo "" echo ""
Line 163: 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 199: Line 208:
 echo "installing perl-LWP*" echo "installing perl-LWP*"
 dnf -y install perl-LWP* dnf -y install perl-LWP*
 +
 +echo ""
 +echo "installing 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 273: 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 282: 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.1603224590.txt.gz · Last modified: 2020/10/20 16:09 by juckins