How to Install and Uninstall python3-pelican.noarch Package on Fedora 38

Last updated: September 22,2024

1. Install "python3-pelican.noarch" package

Please follow the guidelines below to install python3-pelican.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-pelican.noarch

2. Uninstall "python3-pelican.noarch" package

Here is a brief guide to show you how to uninstall python3-pelican.noarch on Fedora 38:

$ sudo dnf remove python3-pelican.noarch $ sudo dnf autoremove

3. Information about the python3-pelican.noarch package on Fedora 38

Last metadata expiration check: 0:51:37 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-pelican
Version : 4.7.2
Release : 3.fc38
Architecture : noarch
Size : 947 k
Source : python-pelican-4.7.2-3.fc38.src.rpm
Repository : fedora
Summary : A tool to generate a static blog from reStructuredText or Markdown input files
URL : http://getpelican.com
License : AGPLv3
Description : Pelican is a static site generator, written in Python_.
:
: * Write your weblog entries directly with your editor of choice (vim!)
: in reStructuredText_ or Markdown_
: * Includes a simple CLI tool to ...