Files
jekyll/docs/_docs/installation/other-linux.md
Alexandre ZANNI 957c9cee9b add install instructions for ArchLinux and openSUSE (#7920)
Merge pull request 7920
2019-12-03 08:22:38 -05:00

541 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 ArchLinux:

sudo pacman -S ruby base-devel

On openSUSE:

sudo zypper install -t pattern devel_ruby devel_C_C++

The rest works the same as on Ubuntu.