How to Install and Uninstall python36-pelican Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python36-pelican" package

Please follow the steps below to install python36-pelican on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pelican

2. Uninstall "python36-pelican" package

This is a short guide on how to uninstall python36-pelican on openSuSE Tumbleweed:

$ sudo zypper remove python36-pelican

3. Information about the python36-pelican package on openSuSE Tumbleweed

Information for package python36-pelican:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pelican
Version : 4.7.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2,9 MiB
Installed : No
Status : not installed
Source package : python-pelican-4.7.1-1.1.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)