How to Install and Uninstall python2-pelican Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python2-pelican" package

This guide covers the steps necessary to install python2-pelican on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pelican

2. Uninstall "python2-pelican" package

Please follow the instructions below to uninstall python2-pelican on openSUSE Leap:

$ sudo zypper remove python2-pelican

3. Information about the python2-pelican package on openSUSE Leap

Information for package python2-pelican:
----------------------------------------
Repository : Main Repository
Name : python2-pelican
Version : 4.2.0-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 888,2 KiB
Installed : No
Status : not installed
Source package : python-pelican-4.2.0-bp153.1.15.src
Summary : A tool to generate a static blog from reStructuredText or Markdown input files
Description :
Pelican is a static site generator, written in Python.
* Write your weblog entries directly with your editor of choice in reStructuredText, Markdown or AsciiDoc
* Includes a simple CLI tool to (re)generate the weblog
* Easy to interface with DVCSes and web hooks
* Completely static output is easy to host anywhere
Pelican currently supports:
* Blog articles and pages
* Comments, via an external service
* Theming support (themes are created using Jinja2 templates)
* PDF generation of the articles/pages (optional)
* Publication of articles in multiple languages
* Atom/RSS feeds
* Code syntax highlighting
* Asset management with webassets (optional)
* Import from WordPress, Dotclear, or RSS feeds
* Integration with external tools: Twitter, Google Analytics, etc. (optional)