-
Notifications
You must be signed in to change notification settings - Fork 96
Installation: Debian and Ubuntu
Gaute Hope edited this page Aug 19, 2013
·
11 revisions
This page describes how to install sup 0.13.x on recent versions of Ubuntu and Debian.
You might want to prepend commands with sudo where root access is needed.
apt-get install build-essential libncursesw5-dev libncurses5-dev uuid-dev zlib1g-dev
If you're using system Ruby of 1.8, You have to do this before going for the next step:
ln -s /usr/bin/rake /usr/local/bin/rake1.8
gem install sup # sudo is not needed if not using system ruby
# On Debian 6.0 with ruby1.9.1-full
gem1.9.1 install sup
On Debian 6.0 and lower (and other old Ubuntu systems),
You'll have to manually add /var/lib/gems/1.9.1/bin
to PATH
environment variable. Or you'll get an command not found
error when
running sup
.
See New User Guide.
See this page if you're on a really old system and previous instructions still doesn't work.