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

Last updated: October 05,2024

1. Install "libcue.x86_64" package

Learn how to install libcue.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libcue.x86_64

2. Uninstall "libcue.x86_64" package

This guide covers the steps necessary to uninstall libcue.x86_64 on Oracle Linux 9:

$ sudo dnf remove libcue.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:18:53 ago on Thu Feb 15 07:50:05 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.