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/04/14 17:00] juckinsyum_installer_bash_script_centos7 [2019/05/02 06:51] juckins
Line 355: Line 355:
 echo "MySQL-python" echo "MySQL-python"
 yum -y install MySQL-python                    # TAT yum -y install MySQL-python                    # TAT
 +
 +echo "python-requests"
 +yum -y install python-requests                 # TAT
 +
 +echo "jq"                                      # TAT
 +yum -y install jq
  
 echo "gnome-disk-utility" echo "gnome-disk-utility"
Line 388: Line 394:
 #echo "thunderbird" #echo "thunderbird"
 #yum -y install thunderbird #yum -y install thunderbird
 +
 +echo "dos2unix"                                # ASMAD
 +yum -y install dos2unix
 +
 +echo "tree"
 +yum -y install tree
  
  
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins