Sequence server installation on CentOS and Mint

Hello,

After

sudo yum install sequenceserver

on my web server (CentOS) I get this message:

No package sequenceserver available.

The same on local Linux server Mint. Ruby and RubyGems were installed successfully. Do you have any suggestions where is the problem here?

Many thanks for your kind help!

Alex

Hey,

We don’t have an rpm package (or deb for that matter) - not sure where you got that idea from. Install SequenceServer using RubyGems:

[sudo] gem install sequenceserver

– Priyam