How to Install and Uninstall playerctl.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "playerctl.x86_64" package

Please follow the guidelines below to install playerctl.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install playerctl.x86_64

2. Uninstall "playerctl.x86_64" package

This guide covers the steps necessary to uninstall playerctl.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove playerctl.x86_64 $ sudo dnf autoremove

3. Information about the playerctl.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:59:56 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : playerctl
Version : 2.4.1
Release : 4.el9
Architecture : x86_64
Size : 44 k
Source : playerctl-2.4.1-4.el9.src.rpm
Repository : epel
Summary : Command-line MPRIS-compatible Media Player Controller
URL : https://github.com/acrisci/playerctl
License : LGPLv3+
Description : Playerctl is a command-line utility and library for controlling media players
: that implement the MPRIS D-Bus Interface Specification. Playerctl makes it easy
: to bind player actions, such as play and pause, to media keys. You can also get
: metadata about the playing track such as the artist and title for integration
: into statusline generators or other command-line tools.
:
: For more advanced users, Playerctl provides an introspectable library available
: in your favorite scripting language that allows more detailed control like the
: ability to subscribe to media player events or get metadata such as artist and
: title for the playing track.
:
: Examples of players implementing the MPRIS D-Bus Interface Specification include
: vlc, mpv, RhythmBox, web browsers, cmus, mpd, spotify and others.