How to Install and Uninstall pelican Package on Kali Linux

Last updated: May 03,2024

1. Install "pelican" package

Please follow the steps below to install pelican on Kali Linux

$ sudo apt update $ sudo apt install pelican

2. Uninstall "pelican" package

Please follow the instructions below to uninstall pelican on Kali Linux:

$ sudo apt remove pelican $ sudo apt autoclean && sudo apt autoremove

3. Information about the pelican package on Kali Linux

Package: pelican
Version: 4.7.1+dfsg-2
Installed-Size: 420
Maintainer: Debian Python Team
Architecture: all
Replaces: python-pelican (<< 3.6.0-2~)
Depends: python3 (>= 3.3~), python3-markdown, python3-pkg-resources, python3-blinker, python3-dateutil, python3-docutils, python3-feedgenerator (>= 1.6), python3-jinja2 (>= 2.7), python3-pygments, python3-rich, python3-tz, python3-unidecode, python3:any
Suggests: pandoc, python3-bs4, pelican-doc
Breaks: python-pelican (<< 3.6.0-2~)
Size: 102004
SHA256: d15855ff04e5815541e061d2d8a545b7f96dde2d455b838d0c929f72ebe519af
SHA1: 2f3cf2de91cd478624ea863d7504013c53608806
MD5sum: a16d08554775bffb407dd5388960df87
Description: blog aware, static website generator
Pelican is a static site generator, written in Python. It allows you
to write your weblog entries directly with your editor of choice in
reStructuredText or Markdown, and generates completely static output
that is easy to host anywhere. Pelican includes a simple CLI tool to
(re)generate the weblog and it is easy to interface with DVCSes and web
hooks.
Description-md5: dc0d61e22622de92c244a1cd4f14313c
Homepage: https://getpelican.com/
Section: web
Priority: optional
Filename: pool/main/p/pelican/pelican_4.7.1+dfsg-2_all.deb