Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos8

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_centos8 [2020/01/15 08:51] juckinsyum_installer_bash_script_centos8 [2020/09/29 13:18] juckins
Line 10: Line 10:
 # #
 # 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:
 # dnf group list # dnf group list
Line 64: Line 61:
 #echo "*****************************************************************" #echo "*****************************************************************"
 #dnf -y groupinstall "Console Internet Tools" #dnf -y groupinstall "Console Internet Tools"
- 
- 
-echo "" 
-echo "********************* NOW INSTALLING PACKAGE ********************" 
-echo "MATE Desktop" 
-echo "*****************************************************************" 
-dnf -y groupinstall "MATE Desktop" 
-echo "mate-system-monitor" 
-dnf -y install mate-system-monitor 
-echo "mate-applets" 
-dnf -y install mate-applets  
  
  
Line 343: Line 329:
 echo "qt-x11" echo "qt-x11"
 dnf -y install qt-x11                          # VirtualBox EL7 dnf -y install qt-x11                          # VirtualBox EL7
 +
 +echo "qt5-qtbase"                              
 +dnf -y install "qt5-qtbase"                    # VirtualBox EL7
 +
 +echo "qt5-qtbase-gui"
 +dnf -y install "qt5-qtbase-gui"                # VirtualBox EL7
 +
 +echo "qt5-qtx11extras"
 +dnf -y install "qt5-qtx11extras"               # VirtualBox EL7
  
 echo "vsftpd" echo "vsftpd"
Line 409: Line 404:
 echo "gnome-tweaks" echo "gnome-tweaks"
 dnf -y install gnome-tweaks dnf -y install gnome-tweaks
 +
 +echo "keepass"
 +dnf -y install keepass
  
  
Line 418: Line 416:
  
  
-echo "" +#echo "" 
-echo "*********************** ENABLE NUX Desktop Repo******************"+#echo "*********************** ENABLE NUX Desktop Repo******************"
 # https://www.tecmint.com/enable-nux-dexktop-repository-on-rhel-centos/ # https://www.tecmint.com/enable-nux-dexktop-repository-on-rhel-centos/
-echo "*****************************************************************"+#echo "*****************************************************************"
 #rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro  #rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro 
 #rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm #rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
Line 455: Line 453:
 echo "*****************************************************************" echo "*****************************************************************"
 echo "You probably want to reboot your machine.                       *" echo "You probably want to reboot your machine.                       *"
 +echo "*****************************************************************"
 +echo ""
 +
 +echo ""
 +echo "*****************************************************************"
 +echo "Fix VPN                                                         *"
 +echo "See: https://bugzilla.redhat.com/show_bug.cgi?id=1549242         "
 +echo "As root: update-crypto-policies --set LEGACY                     "
 +echo "*****************************************************************"
 +
 +echo ""
 +echo "*****************************************************************"
 +echo "Install MATE using instructions at:                             *"
 +echo "https://copr.fedorainfracloud.org/coprs/stenstorp/MATE/          "
 echo "*****************************************************************" echo "*****************************************************************"
 echo "" echo ""
 </code> </code>
yum_installer_bash_script_centos8.txt · Last modified: 2022/12/07 13:24 by juckins