Files
jekyll/docs/_docs/installation/other-linux.md
Chris Keefe 47a17e2cab ruby-devel required for OpenSuse (#8640)
Initially raised in https://github.com/jekyll/jekyll/issues/8118, this patches the installation requirements
2021-05-14 21:10:20 +02:00

873 B

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

Installation on other Linux distributions works similarly to installing on Ubuntu.

Install prerequisites

Fedora

sudo dnf install ruby ruby-devel openssl-devel redhat-rpm-config @development-tools

RHEL8/CentOS8

sudo dnf install ruby ruby-devel
sudo dnf group install "Development Tools"

Debian

sudo apt-get install ruby-full build-essential

Gentoo

sudo emerge -av jekyll

or

sudo emerge --ask --verbose jekyll

ArchLinux

sudo pacman -S ruby base-devel

OpenSUSE

sudo zypper install -t pattern devel_ruby devel_C_C++
sudo zypper install ruby-devel

Clear Linux

sudo swupd bundle-add ruby-basic

Install Jekyll

Follow the instructions for Ubuntu.