Skip to content

Installation: Fedora

Keith edited this page Mar 17, 2017 · 3 revisions

This page describes how to install sup 0.13.x on Fedora 18. It might work on other versions of Fedora, too.

You might want to prepend commands with sudo where root access is needed.

Install system packages

yum install gcc gcc-c++ ncurses-devel libuuid-devel libuuid zlib-devel redhat-rpm-config

Install Ruby, Rubygems, and Rake

  • Install system Ruby: run yum install ruby-devel rubygem-rake

Or:

Install sup via rubygems

gem install sup

Next step

See New User Guide.

Clone this wiki locally