12 lines
311 B
Markdown
12 lines
311 B
Markdown
---
|
|
title: Jekyll on Ubuntu
|
|
permalink: /docs/installation/other-linux/
|
|
---
|
|
Installation on other Linux distributions works similarly as on Ubuntu.
|
|
On Fedora, the dependencies can be installed as follows, and the rest
|
|
works the same as on Ubuntu.
|
|
|
|
```sh
|
|
sudo dnf install ruby ruby-devel @development-tools
|
|
```
|