W3cubDocs

/Jekyll 4

Jekyll on 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++

Clear Linux

sudo swupd bundle-add ruby-basic

Install Jekyll

Follow the instructions for Ubuntu.

© 2020 Jekyll Core Team and contributors
Licensed under the MIT license.
https://jekyllrb.com/docs/installation/other-linux/