Created
January 5, 2015 13:36
-
-
Save adiroiban/459e50c2e8a9a4dee838 to your computer and use it in GitHub Desktop.
Ubuntu post install
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
| echo 'deb http://download.virtualbox.org/virtualbox/debian trusty contrib' | \ | |
| sudo tee /etc/apt/sources.list.d/virtualbox.list | |
| wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - | |
| sudo apt-get update | |
| sudo apt-get remove --purge rhythmbox-data rhythmbox | |
| sudo apt-get install \ | |
| chromium-browser network-manager-openvpn-gnome\ | |
| htop vim-nox synaptic mc unrar\ | |
| pidgin indicator-cpufreq \ | |
| virtualbox-4.3 dkms \ | |
| filezilla \ | |
| python-virtualenv python-dev python3 \ | |
| preload unity-tweak-tool\ | |
| fbreader vlc \ | |
| kupfer leafpad putty \ | |
| git bzr bzr-fastimport meld gitg | |
| mkdir ~/tmp | |
| cd ~/tmp | |
| wget http://download.teamviewer.com/download/version_7x/teamviewer_linux_x64.deb | |
| wget https://linux.dropbox.com/packages/ubuntu/dropbox_1.6.2_amd64.deb | |
| wget http://www.scootersoftware.com/bcompare-3.3.13.18981_i386.deb | |
| sudo dpkg -i -R . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment