How to Install and Uninstall python3-steam.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "python3-steam.noarch" package

This guide let you learn how to install python3-steam.noarch on Fedora 34

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

2. Uninstall "python3-steam.noarch" package

Please follow the instructions below to uninstall python3-steam.noarch on Fedora 34:

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

3. Information about the python3-steam.noarch package on Fedora 34

Last metadata expiration check: 1:23:20 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-steam
Version : 1.3.0
Release : 1.fc34
Architecture : noarch
Size : 790 k
Source : python-steam-1.3.0-1.fc34.src.rpm
Repository : updates
Summary : Python package for interacting with Steam
URL : https://github.com/ValvePython/steam
License : MIT
Description : A python module for interacting with various parts of Steam.
:
: Features
:
: - SteamClient - communication with the steam network based on gevent.
: - CDNClient - access to Steam content depots
: - WebAuth - authentication for access to store.steampowered.com and
: steamcommunity.com
: - WebAPI - simple API for Steam's Web API with automatic population of
: interfaces
: - SteamAuthenticator - enable/disable/manage two factor authentication for
: Steam accounts
: - SteamID - convert between the various ID representations with ease
: - Master Server Query Protocol - query masters servers directly or via
: SteamClient