Closed alexeyknorre closed 8 years ago
This repository is no longer maintained. If you're still experiencing this problem, please search for your issue on Jekyll Talk, our new community forum. If it isn't there, feel free to post to the Help category and someone will assist you. Thanks!
At Troubleshooting page command to instal Ruby 2 dev version is not working.
sudo apt-get install ruby2.0.0-dev
I've tried it on Ubuntu 14.04 and apt-get couldn't find the package:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ruby2.0.0-dev
E: Couldn't find any package by regex 'ruby2.0.0-dev
I tried to remove last point zero and it worked.
alexey@ubuntu:~/Jekyll$ sudo apt-get install ruby2.0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
`ruby2.0-dev``Maybe fix a command on the site?