How to Install and Uninstall python3-registry.noarch Package on Fedora 36

Last updated: October 10,2024

1. Install "python3-registry.noarch" package

This guide covers the steps necessary to install python3-registry.noarch on Fedora 36

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

2. Uninstall "python3-registry.noarch" package

Please follow the step by step instructions below to uninstall python3-registry.noarch on Fedora 36:

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

3. Information about the python3-registry.noarch package on Fedora 36

Last metadata expiration check: 5:43:47 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-registry
Version : 1.4
Release : 5.fc36
Architecture : noarch
Size : 53 k
Source : python-registry-1.4-5.fc36.src.rpm
Repository : fedora
Summary : Read access to Windows Registry files
URL : https://github.com/williballenthin/python-registry
License : ASL 2.0
Description : python-registry is a pure Python library that provides read-only access to
: Windows NT Registry files. These include NTUSER.DAT, userdiff, and SAM. The
: interface is two-fold: a high-level interface suitable for most tasks, and
: a low level set of parsing objects and methods which may be used for advanced
: study of the Windows NT Registry.