How to Install and Uninstall libcue.i686 Package on Fedora 35

Last updated: May 05,2024

1. Install "libcue.i686" package

In this section, we are going to explain the necessary steps to install libcue.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libcue.i686

2. Uninstall "libcue.i686" package

This tutorial shows how to uninstall libcue.i686 on Fedora 35:

$ sudo dnf remove libcue.i686 $ sudo dnf autoremove

3. Information about the libcue.i686 package on Fedora 35

Last metadata expiration check: 1:47:40 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : libcue
Version : 2.2.1
Release : 8.fc35
Architecture : i686
Size : 33 k
Source : libcue-2.2.1-8.fc35.src.rpm
Repository : fedora
Summary : Cue sheet parser library
URL : https://github.com/lipnitsk/libcue
License : GPLv2 and BSD
Description : Libcue is intended for parsing a so-called cue sheet from a char string or
: a file pointer. For handling of the parsed data a convenient API is available.