Installation on other Linux distributions works similarly to installing on Ubuntu.
sudo dnf install ruby ruby-devel openssl-devel redhat-rpm-config @development-tools
sudo dnf install ruby ruby-devel sudo dnf group install "Development Tools"
sudo apt-get install ruby-full build-essential
sudo emerge -av jekyll
or
sudo emerge --ask --verbose jekyll
sudo pacman -S ruby base-devel
sudo zypper install -t pattern devel_ruby devel_C_C++
sudo swupd bundle-add ruby-basic
Follow the instructions for Ubuntu.
© 2020 Jekyll Core Team and contributors
Licensed under the MIT license.
https://jekyllrb.com/docs/installation/other-linux/