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 revisionBoth sides next revision
yum_installer_bash_script_centos8 [2020/01/15 08:51] juckinsyum_installer_bash_script_centos8 [2020/07/28 15:49] 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"
yum_installer_bash_script_centos8.txt · Last modified: 2022/12/07 13:24 by juckins