How to Install and Uninstall python3-pydantic.noarch Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "python3-pydantic.noarch" package

This tutorial shows how to install python3-pydantic.noarch on Oracle Linux 9

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

2. Uninstall "python3-pydantic.noarch" package

Learn how to uninstall python3-pydantic.noarch on Oracle Linux 9:

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

3. Information about the python3-pydantic.noarch package on Oracle Linux 9

Last metadata expiration check: 2:20:38 ago on Thu Feb 15 07:50:05 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.