Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos7

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
Next revisionBoth sides next revision
yum_installer_bash_script_centos7 [2019/09/19 16:53] juckinsyum_installer_bash_script_centos7 [2019/10/07 13:58] juckins
Line 1: Line 1:
-==== Yum installer bash script (CentOS7) ==+==== Yum installer bash script (CentOS 7) ==
  
 <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>
Line 361: Line 361:
 echo "python-requests" echo "python-requests"
 yum -y install python-requests                 # TAT yum -y install python-requests                 # TAT
 +
 +echo "python3"
 +yum -y install python3                         # TAT
 +
 +echo "python3-devel"
 +yum -y install python3-devel                   # TAT
  
 echo "jq"                                      # TAT echo "jq"                                      # TAT
Line 406: Line 412:
 echo "iotop" echo "iotop"
 yum -y install iotop yum -y install iotop
 +
 +echo "deltarpm"
 +yum -y install deltarpm
  
  
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins