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

Next revision
Previous revision
Next revisionBoth sides next revision
yum_installer_bash_script_centos8 [2019/10/04 12:43] – created juckinsyum_installer_bash_script_centos8 [2019/10/04 12:48] juckins
Line 1: Line 1:
-==== Yum installer bash script (CentOS7) ==+==== Yum installer bash script (CentOS 8) ==
  
 <color #ed1c24>When you run the code below, ensure to redirect output and errors to a log file.</color> <color #ed1c24>When you run the code below, ensure to redirect output and errors to a log file.</color>
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 422: Line 419:
 # 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