View Ruby 2.0 on Ubuntu 14.04 (Messy notes)
# | |
# Ruby2.0 on Ubuntu 14.04 | |
# COPY-PASTE OF NOTES | |
# | |
# As seen on | |
# https://github.com/brightbox/deb-ruby2.0/issues/1 | |
# | |
# <dcht00 | |
# September 2014 | |
# |
View gephi_install_1404.sh
# | |
# INSTALLING GEPHI ON UBUNTU TRUSTY | |
# | |
# Edit the sources file and add this to end: | |
# deb http://ppa.launchpad.net/rockclimb/gephi-daily/ubuntu precise main | |
sudo joe /etc/apt/sources.list | |
# You can't just install gephi because it's missing libgoogle-collections-java | |
# And that one's not packaged with Ubuntu anymore as of Trusty at least |