How to Install and Uninstall python3-pure-protobuf.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 30,2024
1. Install "python3-pure-protobuf.noarch" package
This guide covers the steps necessary to install python3-pure-protobuf.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
python3-pure-protobuf.noarch
Copied
2. Uninstall "python3-pure-protobuf.noarch" package
This guide covers the steps necessary to uninstall python3-pure-protobuf.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
python3-pure-protobuf.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pure-protobuf.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:18:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pure-protobuf
Version : 2.0.1
Release : 7.el9
Architecture : noarch
Size : 35 k
Source : python-pure-protobuf-2.0.1-7.el9.src.rpm
Repository : epel
Summary : Python implementation of Protocol Buffers data types with dataclasses support
URL : https://github.com/eigenein/protobuf
License : MIT
Description : pure-protobuf allows you to take advantages of the standard dataclasses module
: to define message types. It is preferred over the legacy interface for new
: projects. The dataclasses interface is available in Python 3.6 and higher.
:
: The legacy interface is deprecated and still available via pure_protobuf.legacy.
:
: This guide describes how to use pure-protobuf to structure your data. It tries
: to follow the standard developer guide. It also assumes that you're familiar
: with Protocol Buffers.
Available Packages
Name : python3-pure-protobuf
Version : 2.0.1
Release : 7.el9
Architecture : noarch
Size : 35 k
Source : python-pure-protobuf-2.0.1-7.el9.src.rpm
Repository : epel
Summary : Python implementation of Protocol Buffers data types with dataclasses support
URL : https://github.com/eigenein/protobuf
License : MIT
Description : pure-protobuf allows you to take advantages of the standard dataclasses module
: to define message types. It is preferred over the legacy interface for new
: projects. The dataclasses interface is available in Python 3.6 and higher.
:
: The legacy interface is deprecated and still available via pure_protobuf.legacy.
:
: This guide describes how to use pure-protobuf to structure your data. It tries
: to follow the standard developer guide. It also assumes that you're familiar
: with Protocol Buffers.