How to Install and Uninstall playerctl.i686 Package on Fedora 38

Last updated: January 11,2025

1. Install "playerctl.i686" package

This guide covers the steps necessary to install playerctl.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install playerctl.i686

2. Uninstall "playerctl.i686" package

Please follow the guidelines below to uninstall playerctl.i686 on Fedora 38:

$ sudo dnf remove playerctl.i686 $ sudo dnf autoremove

3. Information about the playerctl.i686 package on Fedora 38

Last metadata expiration check: 1:00:40 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : playerctl
Version : 2.4.1
Release : 4.fc38
Architecture : i686
Size : 45 k
Source : playerctl-2.4.1-4.fc38.src.rpm
Repository : fedora
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.