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

Last updated: November 25,2024

1. Install "python3-streamlink.noarch" package

This guide covers the steps necessary to install python3-streamlink.noarch on Fedora 39

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

2. Uninstall "python3-streamlink.noarch" package

Learn how to uninstall python3-streamlink.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:38:41 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-streamlink
Version : 6.5.1
Release : 1.fc39
Architecture : noarch
Size : 1.0 M
Source : python-streamlink-6.5.1-1.fc39.src.rpm
Repository : updates
Summary : Python library for extracting streams from various websites
URL : https://streamlink.github.io/
License : BSD-2-Clause AND Apache-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.