How to Install and Uninstall python3-pydantic.noarch Package on AlmaLinux 9
Last updated: November 27,2024
1. Install "python3-pydantic.noarch" package
Please follow the instructions below to install python3-pydantic.noarch on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-pydantic.noarch
Copied
2. Uninstall "python3-pydantic.noarch" package
Please follow the steps below to uninstall python3-pydantic.noarch on AlmaLinux 9:
$
sudo dnf remove
python3-pydantic.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pydantic.noarch package on AlmaLinux 9
Last metadata expiration check: 1:28:27 ago on Wed Mar 13 07:41:12 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.
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.