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

Last updated: June 26,2024

1. Install "python38-pelican" package

Learn how to install python38-pelican on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pelican

2. Uninstall "python38-pelican" package

Please follow the step by step instructions below to uninstall python38-pelican on openSuSE Tumbleweed:

$ sudo zypper remove python38-pelican

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

Information for package python38-pelican:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-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)