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

Last updated: May 09,2024

1. Install "python39-pelican" package

Please follow the guidance below to install python39-pelican on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pelican

2. Uninstall "python39-pelican" package

Please follow the steps below to uninstall python39-pelican on openSuSE Tumbleweed:

$ sudo zypper remove python39-pelican

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

Information for package python39-pelican:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pelican
Version : 4.9.1-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.8 MiB
Installed : No
Status : not installed
Source package : python-pelican-4.9.1-2.2.src
Upstream URL : https://getpelican.com/
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)