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/07/28 15:55] juckins
Line 343: Line 343:
 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 418:
 echo "gnome-tweaks" echo "gnome-tweaks"
 dnf -y install gnome-tweaks dnf -y install gnome-tweaks
 +
 +echo "keepass"
 +dnf -y install keepass
  
  
yum_installer_bash_script_centos8.txt · Last modified: 2022/12/07 13:24 by juckins