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 [2017/11/22 07:05] juckinsyum_installer_bash_script_centos7 [2018/01/08 13:43] juckins
Line 1: Line 1:
 ==== Yum installer bash script (CentOS7) == ==== Yum installer bash script (CentOS7) ==
  
-When you run the code below, ensure to redirect output to a log file.+<fc #ff0000>When you run the code below, ensure to redirect output to a log file.</fc>
  
 <code> <code>
Line 258: Line 258:
 yum -y install vsftpd yum -y install vsftpd
 yum -y install perl-CPAN yum -y install perl-CPAN
 +yum -y install tcl
 yum -y install python-httplib2                 # TAT yum -y install python-httplib2                 # TAT
 yum -y install MySQL-python                    # TAT yum -y install MySQL-python                    # TAT
Line 266: Line 267:
 yum -y install gcc yum -y install gcc
 yum -y install kernel-devel yum -y install kernel-devel
 +yum -y install pangox-compat                   # Cisco AnyConnect VPN client v4.x GUI
 +yum -y install tidy
  
 echo "" echo ""
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins