Created
May 21, 2015 14:07
-
-
Save deeshank/363795307d2aff50fe4f to your computer and use it in GitHub Desktop.
Initialize script for Ubuntu 14.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev -y | |
sudo apt-get install linux-headers-`uname -r` dkms -y | |
sudo apt-get install android-tools-adb android-tools-fastboot -y | |
sudo apt-get install gparted -y | |
sudo apt-get install unp -y | |
sudo apt-get install gtk2-engines-pixbuf -y | |
sudo apt-get install apache2 libapache2-mod-perl2 perl-debug libapache2-mod-perl2-dev libapache2-request-perl libdatetime-perl -y | |
sudo echo "ServerName localhost" >> /etc/apache2/apache2.conf | |
sudo a2enmod cgi | |
sudo apt-get install gnome-session-fallback -y | |
sudo apt-get install libxapian-dev libxapian22 libxapian22-dbg xapian-doc xapian-examples xapian-tools python-xapian -y | |
sudo apt-get install exuberant-ctags -y | |
sudo apt-get install libcgi-simple-perl libcgi-ajax-perl libhtml-parser-perl libtemplate-perl -y | |
sudo apt-get install libterm-progressbar-perl libdevel-size-perl -y | |
sudo apt-get install libfile-mmagic-perl | |
# PERL MODULES | |
sudo perl -MCPAN -e 'install Search::Xapian' | |
sudo perl -MCPAN -e 'install Class::Accessor' | |
sudo perl -MCPAN -e 'install Class::MethodMaker' | |
sudo perl -MCPAN -e 'install Digest::SHA' | |
sudo perl -MCPAN -e 'install HTML::Parser' | |
sudo perl -MCPAN -e 'install IO::Stringy' | |
sudo perl -MCPAN -e 'install PerlIO::gzip' | |
sudo perl -MCPAN -e 'install Template' | |
sudo perl -MCPAN -e 'install HTML::Entities' | |
sudo apt-get install update-grub2 -y | |
sudo apt-get install -f -y | |
sudo apt-get install gdebi -y | |
sudo apt-get install gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 -y | |
sudo apt-get install libc6:i386 libgcc1:i386 libasound2:i386 libfreetype6:i386 zlib1g:i386 libsm6:i386 libxdamage1:i386 libxext6:i386 libxfixes3:i386 libxrender1:i386 libxtst6:i386 libxrandr2:i386 -y | |
sudo apt-get install -f -y | |
wget http://download.teamviewer.com/download/teamviewer_i386.deb | |
sudo dpkg -i teamviewer_i386.deb | |
sudo apt-add-repository ppa:pipelight/stable | |
sudo apt-get install pipelight-multi | |
sudo pipelight-plugin --enable silverlight | |
sudo dpkg --add-architecture i386 | |
sudo apt-get install --install-recommends pipelight-multi -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment