How to Install and Uninstall libisofs.x86_64 Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "libisofs.x86_64" package

Please follow the guidelines below to install libisofs.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libisofs.x86_64

2. Uninstall "libisofs.x86_64" package

This tutorial shows how to uninstall libisofs.x86_64 on Oracle Linux 8:

$ sudo dnf remove libisofs.x86_64 $ sudo dnf autoremove

3. Information about the libisofs.x86_64 package on Oracle Linux 8

Last metadata expiration check: 3:34:38 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libisofs
Version : 1.4.8
Release : 3.el8
Architecture : x86_64
Size : 221 k
Source : libisofs-1.4.8-3.el8.src.rpm
Repository : ol8_appstream
Summary : Library to create ISO 9660 disk images
URL : http://libburnia-project.org/
License : GPLv2+ and LGPLv2+
Description : Libisofs is a library to create an ISO-9660 filesystem and supports
: extensions like RockRidge or Joliet. It is also a full featured
: ISO-9660 editor, allowing you to modify an ISO image or multisession
: disc, including file addition or removal, change of file names and
: attributes etc. It supports the extension AAIP which allows to store
: ACLs and xattr in ISO-9660 filesystems as well. As it is linked with
: zlib, it supports zisofs compression, too.