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

Last updated: September 30,2024

1. Install "python3-perky.noarch" package

This guide covers the steps necessary to install python3-perky.noarch on Fedora 38

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

2. Uninstall "python3-perky.noarch" package

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

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

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

Last metadata expiration check: 0:24:55 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-perky
Version : 0.8.2
Release : 1.fc38
Architecture : noarch
Size : 46 k
Source : python-perky-0.8.2-1.fc38.src.rpm
Repository : updates
Summary : A simple, Pythonic file format
URL : https://github.com/larryhastings/perky/
License : MIT
Description : A friendly, easy, Pythonic text file format.
: Perky is a new, simple "rcfile" text file format for Python programs. It solves
: the same problem as "INI" files, "TOML" files, and "JSON" files, but with its
: own opinion about how to best solve the problem.