How to Install and Uninstall libisofs6 Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "libisofs6" package

Here is a brief guide to show you how to install libisofs6 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libisofs6

2. Uninstall "libisofs6" package

This is a short guide on how to uninstall libisofs6 on openSuSE Tumbleweed:

$ sudo zypper remove libisofs6

3. Information about the libisofs6 package on openSuSE Tumbleweed

Information for package libisofs6:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libisofs6
Version : 1.5.6-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 472.7 KiB
Installed : No
Status : not installed
Source package : libisofs-1.5.6-2.2.src
Upstream URL : https://dev.lovelyhq.com/libburnia/web/wiki
Summary : Library for Creating ISO-9660 Filesystems
Description :
Libisofs is a library for creating ISO-9660 filesystems with 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/removal,
change of file names and attributes, etc.
ISO-9660 images can be made bootable from CD, DVD, or BD via an El Torito boot
record and appropriate boot image files from boot managers like GRUB, ISOLINUX,
or system specific boot loaders. It is also possible to install a Master Boot
Record for hard-disk-like media, e.g. USB memory sticks.
Libisofs supports the extension AAIP which allows to store ACLs and xattr in
ISO-9660 filesystems and zisofs compression which is transparently uncompressed
by some Linux kernels. It is possible to have data file content compressed to
gzip format or to have it filtered by an external process.