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
1)Enable partner repos, backports repo, restricted repos on the sources list: | |
sudo vi /etc/apt/sources.list | |
2) Add the canonical partner repos, then update the sources list: | |
sudo add-apt-repository "deb http://archive.canonical.com/ maverick partner" | |
sudo apt-get update |
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
# Install vim-nox | |
sudo apt-get install vim-nox | |
# Install rbenv | |
sudo apt-get install git-core build-essential python-software-properties nodejs | |
curl https://raw.github.com/fesplugas/rbenv-installer/master/bin/rbenv-installer | bash | |
# Resolve rbenv openssl error | |
sudo apt-get install openssl libssl-dev ruby1.9.1-dev |