How to Install and Uninstall jekyll Package on Kali Linux

Last updated: May 19,2024

1. Install "jekyll" package

Please follow the steps below to install jekyll on Kali Linux

$ sudo apt update $ sudo apt install jekyll

2. Uninstall "jekyll" package

This guide covers the steps necessary to uninstall jekyll on Kali Linux:

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

3. Information about the jekyll package on Kali Linux

Package: jekyll
Version: 4.3.2+dfsg-1
Installed-Size: 575
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby, ruby-bundler | bundler, ruby-classifier-reborn, ruby-coderay, ruby-kramdown (>= 2.3.1), ruby-kramdown-parser-gfm (>= 1.0), ruby-mime-types, ruby-pygments.rb, ruby-rdiscount, ruby-redcarpet, ruby-tomlrb, ruby-webrick (>= 1.7.0), ruby-yajl, xdg-utils, ruby-addressable (>= 2.4), ruby-colorator (>= 1.0), ruby-em-websocket (>= 0.5), ruby-i18n (>= 1.0), ruby-jekyll-sass-converter (>= 2.0), ruby-jekyll-sass-converter (<< 4.0), ruby-jekyll-watch (>= 2.0), ruby-liquid (>= 4.0), ruby-liquid (<< 6), ruby-mercenary (>= 0.3.6), ruby-mercenary (<< 0.5), ruby-pathutil (>= 0.9), ruby-rouge (>= 3.0), ruby-rouge (<< 5.0), ruby-terminal-table (>= 1.8), ruby-terminal-table (<< 4.0)
Recommends: jekyll-theme-minima
Suggests: ruby-jekyll-avatar, ruby-jekyll-coffeescript, ruby-jekyll-compose, ruby-jekyll-feed (>= 0.9), ruby-jekyll-gist, ruby-jekyll-last-modified-at, ruby-jekyll-mentions, ruby-jekyll-paginate | ruby-jekyll-paginate-v2, ruby-jekyll-redirect-from, ruby-jekyll-remote-theme, ruby-jekyll-seo-tag, ruby-jekyll-sitemap
Size: 115240
SHA256: d9761c80ca44e250724b99b9207b295c6d1a1c5041d86673cdf3e298c53cb267
SHA1: 1a7c2da2c62cf084e1dae85b553a991befa6a2a9
MD5sum: d42557c3025a4a26c66ce841364b5bb8
Description: 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.
.
There are lot of plugins available and only the most common ones are
suggested by the package. Look for more using 'jekyll plugin'.
Description-md5:
Homepage: https://github.com/jekyll/jekyll
Section: web
Priority: optional
Filename: pool/main/j/jekyll/jekyll_4.3.2+dfsg-1_all.deb