Skip to content

Provides runtime dependency metapackages for upstream Jekyll installation needs.

Notifications You must be signed in to change notification settings

brlin-tw/jekyll-runtime-dependency-metapackages

Repository files navigation

Jekyll runtime dependency metapackages

Provides runtime dependency metapackages for upstream Jekyll installation needs.

https://gitlab.com/brlin/jekyll-runtime-dependency-metapackages
The GitLab CI pipeline status badge of the project's main branch GitHub Actions workflow status badge pre-commit enabled badge REUSE Specification compliance badge

Usage

  1. Download the respective metapackage that is compatible with your GNU+Linux distribution at the project's Releases page.
  2. Refer to the following sections for distro-specific instructions:

Debian-based distributions(Ubuntu, Linux Mint)

  1. Run the following command as root in a text terminal to ensure your local cache of the package repositories is fresh:

    apt update
  2. 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
  3. 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

References

The following material are referenced during the development of this project:

Licensing

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.