How to Install and Uninstall python3-streamlink.noarch Package on Fedora 35

Last updated: May 04,2024

1. Install "python3-streamlink.noarch" package

This tutorial shows how to install python3-streamlink.noarch on Fedora 35

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

2. Uninstall "python3-streamlink.noarch" package

This guide covers the steps necessary to uninstall python3-streamlink.noarch on Fedora 35:

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

3. Information about the python3-streamlink.noarch package on Fedora 35

Last metadata expiration check: 3:58:45 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-streamlink
Version : 3.2.0
Release : 1.fc35
Architecture : noarch
Size : 537 k
Source : python-streamlink-3.2.0-1.fc35.src.rpm
Repository : updates
Summary : Python library for extracting streams from various websites
URL : https://streamlink.github.io/
License : BSD and ASL 2.0
Description : Streamlink is a command-line utility that pipes video streams from various
: services into a video player, such as VLC. The main purpose of Streamlink is to
: allow the user to avoid buggy and CPU heavy flash plugins but still be able to
: enjoy various streamed content. There is also an API available for developers
: who want access to the video stream data. This project was forked from
: Livestreamer, which is no longer maintained.