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 [2019/10/04 12:43] juckinsyum_installer_bash_script_centos8 [2020/01/15 08:48] juckins
Line 7: Line 7:
 # #
 # install-my-yum-packages.bash # install-my-yum-packages.bash
 +# CentOS 8 version
 # #
 # NOTES: # NOTES:
Line 26: Line 27:
 echo "" echo ""
 echo "*****************************************************************" echo "*****************************************************************"
-echo "                    CentOS Updates                          *"+echo "                    CentOS Updates                          *"
 echo "*****************************************************************" echo "*****************************************************************"
  
Line 36: Line 37:
 yum -y install wget yum -y install wget
 yum -y install epel-release yum -y install epel-release
-#mkdir /root/downloads 
-#cd /root/downloads 
-#wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-6.noarch.rpm 
-#rpm -ivh epel-release-7-6.noarch.rpm 
  
  
Line 409: Line 406:
 echo "deltarpm" echo "deltarpm"
 yum -y install deltarpm yum -y install deltarpm
 +
 +echo "gnome-tweaks"
 +dnf -y install gnome-tweaks
  
  
Line 422: Line 422:
 # 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 
-echo "rdesktop" +#echo "rdesktop" 
-yum -y install rdesktop                        # NUX desktop repo +#yum -y install rdesktop                        # NUX desktop repo 
-echo "vlc" +#echo "vlc" 
-yum -y install vlc                             # Nux desktop repo+#yum -y install vlc                             # Nux desktop repo
  
  
yum_installer_bash_script_centos8.txt · Last modified: 2022/12/07 13:24 by juckins