How to Install and Uninstall libburn.src Package on Oracle Linux 8

Last updated: June 24,2024

1. Install "libburn.src" package

This guide covers the steps necessary to install libburn.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libburn.src

2. Uninstall "libburn.src" package

Please follow the steps below to uninstall libburn.src on Oracle Linux 8:

$ sudo dnf remove libburn.src $ sudo dnf autoremove

3. Information about the libburn.src package on Oracle Linux 8

Last metadata expiration check: 2:33:22 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libburn
Version : 1.4.8
Release : 3.el8
Architecture : src
Size : 975 k
Source : None
Repository : ol8_appstream
Summary : Library for reading, mastering and writing optical discs
URL : http://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.