How to Install and Uninstall python3-pydantic.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "python3-pydantic.noarch" package

This guide covers the steps necessary to install python3-pydantic.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-pydantic.noarch" package

Please follow the steps below to uninstall python3-pydantic.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-pydantic.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:33:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pydantic
Version : 1.10.7
Release : 1.el9
Architecture : noarch
Size : 250 k
Source : python-pydantic-1.10.7-1.el9.src.rpm
Repository : epel
Summary : Data validation using Python type hints
URL : https://github.com/samuelcolvin/pydantic
License : MIT
Description : Pydantic is a data
: validation and settings management library
: for Python used to declare the expected data
: structure and validate input data against
: that structure. Pydantic makes it easy to
: define data models with required fields,
: default values, and data types. It can also
: generate a JSON Schema that can be used for
: API documentation or validation.