#! /bin/bash ### 1. Download this script into a directory, typically /home by ### cd /home; wget www2.fizik.usm.my/tlyoon/configrepo/fedora.conf; ### Become a superuser by typing 'su' and supply the su password. ### Run this script by typing 'sh fedora.sh'. mkdir ~/configrepo cd ~/configrepo wget http://www2.fizik.usm.my/tlyoon/repo/USMLicenseApps.doc yum update wget http://www2.fizik.usm.my/configrepo/google.repo cp *.repo /etc/yum.repos.d/. wget http://www2.fizik.usm.my/configrepo/google-desktop-linux-current.rpm rpm -ivh google-desktop-linux-current.rpm wget http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec yum --nogpgcheck install http://rpm.livna.org/livna-release.rpm http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm -y yum install java-1.6.0-openjdk-plugin -y yum --nogpgcheck install http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm -y yum install --exclude=AdobeReader* flash-plugin nspluginwrapper.{i686,x86_64} pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686 libcurl.i686 -y mozilla-plugin-config -i -g -v -y yum install mozplugger xpdf -y yum install totem-mozplugin gstreamer-plugins-ugly gstreamer-plugins-bad -y yum install rpm-build cabextract ttmkfdir wget -y rpmbuild -ba msttcorefonts-2.0-1.spec yum install --nogpgcheck /root/rpmbuild/RPMS/noarch/msttcorefonts-2.0-1.noarch.rpm -y yum install ntfs-3g -y yum install alacarte -y yum install wine -y yum install pidgin -y yum install libdvdread libdvdcss libdvdnav gstreamer-plugins-ugly gstreamer-plugins-bad -y yum install gstreamer-plugins-ugly -y yum install audacious-plugins-freeworld-mp3 -y yum install git.x86_64 ############ yum install -y AdobeReader_enu.i486 rpm -Uvh http://www.melvilletheatre.com/articles/el5/geany-0.19.1-1.x86_64.rpm yum install compat-libstdc++-33 -y yum install -y --disablerepo=rpmforge \ {lapack,blas,libstdc++,tcl,tk,mysql,glibc,zlib,libXpm,libxml2,g2clib}-devel.{i386,x86_64} \ gcc-* compat-gcc* cernlib* geant* geany #### Virtual Box for Fedora 15 ########### #yum install VirtualBox-3.2.x86_64 -y wget http://download.virtualbox.org/virtualbox/4.1.4/VirtualBox-4.1-4.1.4_74291_fedora14-1.x86_64.rpm rmp -ivh VirtualBox-4.1-4.1.4_74291_fedora14-1.x86_64.rpm yum install -y google-chrome-stable.x86_64 seamonkey.x86_64 amarok.x86_64 quadkonsole.x86_64 filezilla.x86_64 vlc.x86_64 gparted.x86_64 unrar yum install gnome-tweak-tool wget http://www2.fizik.usm.my/configrepo/howto/inst_numeric chmod +x inst_numeric ./inst_numeric # Install unrar binary to /usr/bin cd /tmp wget http://www.rarlab.com/rar/unrar-linux-x64.gz gunzip -N unrar-linux-x64.gz cp /tmp/unrar /usr/bin chmod 0755 /usr/bin/unrar echo "Unrar installed." wget http://www2.fizik.usm.my/configrepo/mathematica.conf chmod +x mathematica.conf ./mathematica.conf