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

Last updated: October 06,2024

1. Install "python3-pydantic.noarch" package

Here is a brief guide to show you how to install python3-pydantic.noarch on Fedora 34

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

2. Uninstall "python3-pydantic.noarch" package

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

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

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

Last metadata expiration check: 4:40:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pydantic
Version : 1.7.4
Release : 1.fc34
Architecture : noarch
Size : 263 k
Source : python-pydantic-1.7.4-1.fc34.src.rpm
Repository : updates
Summary : Data validation using Python type hinting
URL : https://github.com/samuelcolvin/pydantic
License : MIT
Description : Data validation and settings management using python type hinting.