How to Install and Uninstall python3-zstandard.x86_64 Package on Fedora 39

Last updated: January 16,2025

1. Install "python3-zstandard.x86_64" package

This tutorial shows how to install python3-zstandard.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-zstandard.x86_64

2. Uninstall "python3-zstandard.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-zstandard.x86_64 on Fedora 39:

$ sudo dnf remove python3-zstandard.x86_64 $ sudo dnf autoremove

3. Information about the python3-zstandard.x86_64 package on Fedora 39

Last metadata expiration check: 5:06:53 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-zstandard
Version : 0.21.0
Release : 3.fc39
Architecture : x86_64
Size : 486 k
Source : python-zstandard-0.21.0-3.fc39.src.rpm
Repository : fedora
Summary : Zstandard bindings for Python
URL : https://github.com/indygreg/python-zstandard
License : BSD and GPLv2
Description : This project provides Python bindings for interfacing with the Zstandard
: compression library. A C extension and CFFI interface are provided.