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

Last updated: May 03,2024

1. Install "pelican" package

This guide let you learn how to install pelican on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pelican

2. Uninstall "pelican" package

This tutorial shows how to uninstall pelican on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: pelican
Priority: optional
Section: universe/python
Installed-Size: 425
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Applications Team
Architecture: all
Version: 3.6.3-1
Replaces: python-pelican (<< 3.6.0-2~)
Depends: python-argparse | python (>= 2.7), python-markdown, python-pkg-resources, python, python-blinker, python-dateutil, python-docutils, python-feedgenerator (>= 1.6), python-jinja2 (>= 2.7), python-pygments, python-six (>= 1.4), python-tz, python-unidecode, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: pandoc, python-bs4, pelican-doc
Breaks: python-pelican (<< 3.6.0-2~)
Filename: pool/universe/p/pelican/pelican_3.6.3-1_all.deb
Size: 94574
MD5sum: 083bc638778a7b439499f48590558f6d
SHA1: a38ed0c12b0066e23573eacfe0595a43a780138a
SHA256: 2a47a5b2f48146ec30c78cca9ce243442fb18c0cebe4c99883cc0231a7637a56
Description-en: 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: http://getpelican.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu