How to Install and Uninstall playerctl.x86_64 Package on Rocky Linux 9

Last updated: October 07,2024

1. Install "playerctl.x86_64" package

Please follow the step by step instructions below to install playerctl.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install playerctl.x86_64

2. Uninstall "playerctl.x86_64" package

Please follow the guidelines below to uninstall playerctl.x86_64 on Rocky Linux 9:

$ sudo dnf remove playerctl.x86_64 $ sudo dnf autoremove

3. Information about the playerctl.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:18:08 ago on Fri Feb 16 06:49:52 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.