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 [2016/05/20 16:36] juckinsyum_installer_bash_script_centos7 [2016/06/05 17:51] juckins
Line 5: Line 5:
 # #
 # install-my-yum-packages.bash # install-my-yum-packages.bash
-# 
-# TO RUN: 
-# ./install-my-yum-packages.bash > /tmp/install-my-yum-packages.log 
 # #
 # NOTES: # NOTES:
 +# This script may not install MATE in a VirtualBox environment seamlessly.
 +# May need to get MATE running first, then run this script.
 +#
 # Installed groups can be found with: # Installed groups can be found with:
 # yum group list # yum group list
Line 15: Line 15:
 # Contents of groups can be found with: # Contents of groups can be found with:
 # yum group info "Group Name" # yum group info "Group Name"
 +#
 +# TO RUN:
 +# ./install-my-yum-packages.bash > /tmp/install-my-yum-packages.log
  
 echo "" echo ""
Line 200: Line 203:
  
  
-#echo "" +echo "" 
-#echo "********************* NOW INSTALLING PACKAGE ********************" +echo "********************* NOW INSTALLING PACKAGE ********************" 
-#echo "X Window System" +echo "X Window System" 
-#echo "*****************************************************************" +echo "*** Note this is needed for MATE Desktop and graphical login ***" 
-#yum -y groupinstall "X Window System"+echo "*****************************************************************" 
 +yum -y groupinstall "X Window System"
  
  
Line 233: Line 237:
 #yum -y install ktorrent #yum -y install ktorrent
 yum -y install gimp yum -y install gimp
-yum -y install php-mbstring php-mcrypt php-mysql+yum -y install php php-mbstring php-mcrypt php-mysql
 yum -y install fail2ban.noarch                 # epel yum -y install fail2ban.noarch                 # epel
 yum -y install perl-File-Slurp.noarch          # base yum -y install perl-File-Slurp.noarch          # base
Line 241: Line 245:
 yum -y install perl-List-Compare.noarch        # epel yum -y install perl-List-Compare.noarch        # epel
 yum -y install perl-List-MoreUtils.x86_64      # base yum -y install perl-List-MoreUtils.x86_64      # base
-#yum -y install perl-Array-Utils.noarch         # epel     +#yum -y install perl-Array-Utils.noarch        # epel     
-yum -y install rdesktop                       # NUX desktop repo+yum -y install rdesktop                        # NUX desktop repo
 yum -y install freerdp                         # replacement for rdesktop yum -y install freerdp                         # replacement for rdesktop
 yum -y install mariadb-server mariadb yum -y install mariadb-server mariadb
 yum -y install bind-utils yum -y install bind-utils
 +#yum -y install libpng12                       # Maybe VirtualBox EL7
 +yum -y install qt                              # VirtualBox EL7
 +yum -y install qt-x11                          # VirtualBox EL7
 +yum -y vsftpd
 +yum -y perl-CPAN
 +yum -y python-httplib2                         # TAT
 +yum -y MySQL-python                            # TAT
  
  
Line 260: Line 271:
 systemctl isolate graphical.target systemctl isolate graphical.target
 systemctl set-default graphical.target systemctl set-default graphical.target
-rm -f /etc/systemd/system/default.target 
-ln -s /usr/lib/systemd/system/graphical.target /etc/systemd/system/default.target 
- 
  
  
Line 269: Line 277:
 echo "                           DONE                               *" echo "                           DONE                               *"
 echo "*****************************************************************" echo "*****************************************************************"
 +
 +
 +echo ""
 +echo "*****************************************************************"
 +echo "You probably want to reboot your machine.                       *"
 +echo "*****************************************************************"
 +echo ""
 </code> </code>
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins