How to Install and Uninstall jekyll Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "jekyll" package

This guide covers the steps necessary to install jekyll on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jekyll

2. Uninstall "jekyll" package

Please follow the instructions below to uninstall jekyll on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove jekyll $ sudo apt autoclean && sudo apt autoremove

3. Information about the jekyll package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: jekyll
Priority: optional
Section: universe/ruby
Installed-Size: 379
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 3.0.1+dfsg-1
Depends: ruby | ruby-interpreter, ruby-liquid, ruby-kramdown, ruby-mercenary, ruby-safe-yaml, ruby-colorator, ruby-rouge, ruby-jekyll-sass-converter, ruby-jekyll-watch, ruby-toml (>= 0.1.2-2~), ruby-jekyll-paginate, ruby-jekyll-coffeescript (>= 1.0.1-2~), ruby-jekyll-feed, ruby-jekyll-gist, ruby-mime-types, ruby-rdiscount, ruby-pygments.rb, ruby-redcarpet, ruby-classifier-reborn, xdg-utils
Recommends: ruby-sequel, ruby-sequel-pg, ruby-mysql
Filename: pool/universe/j/jekyll/jekyll_3.0.1+dfsg-1_all.deb
Size: 75852
MD5sum: 65164b0862defd94fca05af54229bf80
SHA1: 124c913e91cfbbdf28844100a37d00e042cadbdd
SHA256: e2def0a03185f11e5868c704f262778333ed36a26b2258dc815eb215c89795c7
Description-en: Simple, blog aware, static site generator
Jekyll is a simple, blog aware, static site generator. It takes a
template directory (representing the raw form of a website), runs it
through Textile or Markdown and Liquid converters, and spits out a
complete, static website suitable for serving with Apache or your
favorite web server.
.
This is also the engine behind GitHub Pages(http://pages.github.com),
which you can use to host your project's page or blog right here from
GitHub.
Description-md5: a169388e2e5235eafb9bc5da24aa26f3
Homepage: http://github.com/mojombo/jekyll
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu