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/11/16 15:39] 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 243: Line 264:
 echo "installing libcurl-devel" echo "installing libcurl-devel"
 dnf -y install libcurl-devel dnf -y install libcurl-devel
- 
-echo "" 
-echo "installing perl-Tie-IxHash" 
-dnf -y install perl-Tie-IxHash 
  
 echo "" echo ""
Line 277: 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 286: 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.1605559145.txt.gz · Last modified: 2020/11/16 15:39 by juckins