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

Last updated: July 04,2024

1. Install "python3-steam.noarch" package

Learn how to install python3-steam.noarch on Fedora 36

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

2. Uninstall "python3-steam.noarch" package

Please follow the guidelines below to uninstall python3-steam.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:34:40 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-steam
Version : 1.3.0
Release : 1.fc36
Architecture : noarch
Size : 813 k
Source : python-steam-1.3.0-1.fc36.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