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/05/01 11:31] juckinsyum_installer_bash_script_centos7 [2019/06/18 13:35] juckins
Line 358: Line 358:
 echo "python-requests" echo "python-requests"
 yum -y install python-requests                 # TAT yum -y install python-requests                 # TAT
 +
 +echo "jq"                                      # TAT
 +yum -y install jq
  
 echo "gnome-disk-utility" echo "gnome-disk-utility"
Line 397: Line 400:
 echo "tree" echo "tree"
 yum -y install tree yum -y install tree
 +
 +echo "iotop"
 +yum -y install iotop
  
  
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins