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

Last updated: October 05,2024

1. Install "playerctl.i686" package

Please follow the guidance below to install playerctl.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install playerctl.i686

2. Uninstall "playerctl.i686" package

This tutorial shows how to uninstall playerctl.i686 on Fedora 34:

$ sudo dnf remove playerctl.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:34:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : playerctl
Version : 2.4.1
Release : 1.fc34
Architecture : i686
Size : 46 k
Source : playerctl-2.4.1-1.fc34.src.rpm
Repository : updates
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.