Hi all (hope this is the right forum?),
I've running Opensuse 13.1 for the last month or so and I do really enjoy it.
It seems so much more solid than the Debian flavours of Linux :)
I have a problem with installing some rubygem's.
The gem in question is jekyll.
I'm not sure what the preferred way, of installing jekyll, is?
According to https://rubygems.org/gems/jekyll It has some runtime dependencies like:
But neither is available through Yast2 :-/
I have the the following installed:
Updated the gem system with:
And have the `devel_basis package` installed.
When I try to install the gem's this is the output:
What is the problem here ?? (Didnt have any problems on other distros?)
I have found the Webpinstant website where the gems are available, but i'm not sure if this is the right way to install the rubygem's I want ???
Any advice is really appreciated! :-)
/Niels
I've running Opensuse 13.1 for the last month or so and I do really enjoy it.
It seems so much more solid than the Debian flavours of Linux :)
I have a problem with installing some rubygem's.
The gem in question is jekyll.
I'm not sure what the preferred way, of installing jekyll, is?
According to https://rubygems.org/gems/jekyll It has some runtime dependencies like:
Code:
classifier ~> 1.3
colorator ~> 0.1
jekyll-coffeescript ~> 1.0
jekyll-sass-converter ~> 1.0
kramdown ~> 1.3
liquid ~> 2.5.5
listen ~> 2.5
mercenary ~> 0.3.3
pygments.rb ~> 0.5.0
redcarpet ~> 3.1
safe_yaml ~> 1.0
toml ~> 0.1.0
I have the the following installed:
Code:
ruby 2.0.0p247 (2013-06-27) [x86_64-linux]
Code:
>> sudo gem update --system --source http://rubygems.org
>> gem -v
2.2.2
When I try to install the gem's this is the output:
Code:
>> sudo gem install classifier
sudo gem install classifier
root's password:
ERROR: Could not find a valid gem 'classifier' (>= 0), here is why:
Unable to download data from https://rubygems.org - no such name (https://api.rubygems.org/latest_specs.4.8.gz)
ERROR: Possible alternatives: classifier
What is the problem here ?? (Didnt have any problems on other distros?)
I have found the Webpinstant website where the gems are available, but i'm not sure if this is the right way to install the rubygem's I want ???
Any advice is really appreciated! :-)
/Niels