Files
jekyll/docs/_docs/installation/other-linux.md
Paramdeo Singh 470b925cdd Added Clear Linux (#8132)
Merge pull request 8132
2020-04-24 03:57:34 -04:00

703 B

title, permalink
title permalink
Jekyll on Linux /docs/installation/other-linux/

Installation on other Linux distributions works similarly as on Ubuntu.

On Fedora, the dependencies can be installed as follows:

sudo dnf install ruby ruby-devel @development-tools

On Debian:

sudo apt-get install ruby-full build-essential

On Gentoo Linux:

sudo emerge -av jekyll

or

sudo emerge --ask --verbose jekyll

On ArchLinux:

sudo pacman -S ruby base-devel

On openSUSE:

sudo zypper install -t pattern devel_ruby devel_C_C++

On Clear Linux:

sudo swupd bundle-add ruby-basic

The rest works the same as on Ubuntu.