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

Last updated: October 05,2024

1. Install "python3-pelican.noarch" package

Please follow the steps below to install python3-pelican.noarch on Fedora 34

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

2. Uninstall "python3-pelican.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pelican.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:24:19 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pelican
Version : 4.5.4
Release : 2.fc34
Architecture : noarch
Size : 757 k
Source : python-pelican-4.5.4-2.fc34.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 ...