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 revisionBoth sides next revision
yum_installer_bash_script_centos7 [2019/10/04 12:44] juckinsyum_installer_bash_script_centos7 [2019/10/07 13:58] juckins
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
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins