Skip to content

Instantly share code, notes, and snippets.

@cnicodeme
Last active August 29, 2015 14:07
Show Gist options
  • Save cnicodeme/b85c96db89378dc44e7e to your computer and use it in GitHub Desktop.
Save cnicodeme/b85c96db89378dc44e7e to your computer and use it in GitHub Desktop.
Fedora 20 refresh installation
yum -y remove cheese evolution libreoffice-calc libreoffice-core libreoffice-draw libreoffice-graphicfilter libreoffice-impress libreoffice-opensymbol-fonts libreoffice-pdfimport libreoffice-ure libreoffice-writer shotwell empathy
yum -y install --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum -y install --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum -y install --nogpgcheck http://rpms.famillecollet.com/remi-release-20.rpm
printf "[google-chrome]\nname=google-chrome - 64-bit\nbaseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64\nenabled=1\ngpgcheck=1\ngpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub" > /etc/yum.repos.d/google-chrome.repo
printf "[dropbox]\nname=Dropbox\nbaseurl=http://linux.dropbox.com/fedora/\$releasever/\nenabled=1\ngpgcheck=1\ngpgkey=http://linux.dropbox.com/fedora/rpm-public-key.asc" > /etc/yum.repos.d/dropbox.repo
yum -y update
yum install unzip vlc filezilla vim geany phpmyadmin git gstreamer-ffmpeg gstreamer-plugins-bad gstreamer-plugins-ugly google-chrome-stable nautilus-dropbox mysql-server httpd make gcc gcc-c++ glibc-devel git-core libgnome-keyring-devel python-devel python-flask python-flask-sqlalchemy python-pip MySQL-python gstreamer-plugins-bad-nonfree gstreamer1-libav gstreamer1-plugins-good gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer-plugins-good gstreamer-plugins-bad-free
rpm -ivh https://dl.dropboxusercontent.com/u/100538/Linux/webcore-fonts-3.0-1.noarch.rpm
rpm -ivh https://dl.dropboxusercontent.com/u/100538/Linux/webcore-fonts-vista-3.0-1.noarch.rpm
rpm -ivh https://dl.dropboxusercontent.com/u/100538/Linux/mplayer-codecs-20061022-1.x86_64.rpm
rpm -ivh https://dl.dropboxusercontent.com/u/100538/Linux/mplayer-codecs-extra-20061022-1.x86_64.rpm
chkconfig httpd on
chkconfig mysqld on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment