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

Last updated: March 01,2025

1. Install "libburn.x86_64" package

Here is a brief guide to show you how to install libburn.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install libburn.x86_64

2. Uninstall "libburn.x86_64" package

Here is a brief guide to show you how to uninstall libburn.x86_64 on AlmaLinux 9:

$ sudo dnf remove libburn.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:56:54 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libburn
Version : 1.5.4
Release : 4.el9
Architecture : x86_64
Size : 171 k
Source : libburn-1.5.4-4.el9.src.rpm
Repository : appstream
Summary : Library for reading, mastering and writing optical discs
URL : https://libburnia-project.org/
License : GPLv2+
Description : Libburn is a library by which preformatted data get onto optical media:
: CD, DVD and BD (Blu-Ray). It also offers a facility for reading data
: blocks from its drives without using the normal block device I/O, which
: has advantages and disadvantages. It seems appropriate, nevertheless,
: to do writing and reading via same channel. On several Linux systems,
: the block device driver needs reloading of the drive tray in order to
: make available freshly written data. The libburn read function does not
: need such a reload. The code of libburn is independent of cdrecord.