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

Last updated: July 05,2024

1. Install "python311-pelican" package

In this section, we are going to explain the necessary steps to install python311-pelican on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pelican

2. Uninstall "python311-pelican" package

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

$ sudo zypper remove python311-pelican

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

Information for package python311-pelican:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pelican
Version : 4.9.1-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 3.1 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)