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

Last updated: October 05,2024

1. Install "playerctl.x86_64" package

Learn how to install playerctl.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install playerctl.x86_64

2. Uninstall "playerctl.x86_64" package

This guide let you learn how to uninstall playerctl.x86_64 on Oracle Linux 9:

$ sudo dnf remove playerctl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:13:03 ago on Thu Feb 15 07:50:05 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.