Provides runtime dependency metapackages for upstream Jekyll installation needs.
https://gitlab.com/brlin/jekyll-runtime-dependency-metapackages
- Download the respective metapackage that is compatible with your GNU+Linux distribution at the project's Releases page.
- Refer to the following sections for distro-specific instructions:
-
Run the following command as root in a text terminal to ensure your local cache of the package repositories is fresh:
apt update
-
Run the following command as root in a text terminal to install the metapackage using your package manager:
apt install /path/to/jekyll-runtime-deps*.deb
-
When you no longer need the runtime dependencies you can run the following commands as root in a text terminal to remove the runtime dependency packages:
apt remove jekyll-runtime-deps apt autoremove
The following material are referenced during the development of this project:
- Jekyll on Ubuntu | Jekyll • Simple, blog-aware, static sites
Explains how to install Jekyll on Ubuntu using upstream's preferred method.
Unless otherwise noted(individual file's header/REUSE.toml), this product is licensed under the 4.0 International version of the Creative Commons Attribution-ShareAlike license, or any of its more recent versions of your preference.
This work complies to the REUSE Specification, refer the REUSE - Make licensing easy for everyone website for info regarding the licensing of this product.