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

Last updated: October 04,2024

1. Install "python3-pelican.noarch" package

This guide covers the steps necessary to install python3-pelican.noarch on Fedora 35

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

2. Uninstall "python3-pelican.noarch" package

Please follow the guidance below to uninstall python3-pelican.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:59:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pelican
Version : 4.5.4
Release : 4.fc35
Architecture : noarch
Size : 768 k
Source : python-pelican-4.5.4-4.fc35.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 ...