How to Install and Uninstall libcue.x86_64 Package on AlmaLinux 9

Last updated: October 05,2024

1. Install "libcue.x86_64" package

This guide covers the steps necessary to install libcue.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install libcue.x86_64

2. Uninstall "libcue.x86_64" package

Please follow the guidance below to uninstall libcue.x86_64 on AlmaLinux 9:

$ sudo dnf remove libcue.x86_64 $ sudo dnf autoremove

3. Information about the libcue.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:44:26 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libcue
Version : 2.3.0
Release : 1.el9
Architecture : x86_64
Size : 34 k
Source : libcue-2.3.0-1.el9.src.rpm
Repository : epel
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.