How To Install libisoburn on Fedora 34
Introduction
In this tutorial we learn how to install libisoburn
on Fedora 34.
What is libisoburn
Libisoburn is a front-end for libraries libburn and libisofs which enables creation and expansion of ISO-9660 filesystems on all CD/ DVD/BD media supported by libburn. This includes media like DVD+RW, which do not support multi-session management on media level and even plain disk files or block devices. Price for that is thorough specialization on data files in ISO-9660 filesystem images. And so libisoburn is not suitable for audio (CD-DA) or any other CD layout which does not entirely consist of ISO-9660 sessions. libisoburn 1.5.4 2.fc34 x86_64 417 k libisoburn-1.5.4-2.fc34.src.rpm updates Library to enable creation and expansion of ISO-9660 filesystems https GPLv2+ Libisoburn is a front-end for libraries libburn and libisofs which enables creation and expansion of ISO-9660 filesystems on all CD/ DVD/BD media supported by libburn. This includes media like DVD+RW, which do not support multi-session management on media level and even plain disk files or block devices. Price for that is thorough specialization on data files in ISO-9660 filesystem images. And so libisoburn is not suitable for audio (CD-DA) or any other CD layout which does not entirely consist of ISO-9660 sessions.
We can use yum
or dnf
to install libisoburn
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libisoburn.
Install libisoburn on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libisoburn
using dnf
by running the following command:
sudo dnf -y install libisoburn
Install libisoburn on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libisoburn
using yum
by running the following command:
sudo yum -y install libisoburn
How To Uninstall libisoburn on Fedora 34
To uninstall only the libisoburn
package we can use the following command:
sudo dnf remove libisoburn
libisoburn Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/2a95fb99d2e850a73a8b091b1a3418f6f72b10
/usr/lib64/libisoburn.so.1
/usr/lib64/libisoburn.so.1.111.0
/usr/share/doc/libisoburn
/usr/share/doc/libisoburn/AUTHORS
/usr/share/doc/libisoburn/COPYRIGHT
/usr/share/doc/libisoburn/ChangeLog
/usr/share/doc/libisoburn/README
/usr/share/licenses/libisoburn
/usr/share/licenses/libisoburn/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/77bd3b216af440f23ad9cc59b1466ca3c596d3
/usr/lib64/libisoburn.so.1
/usr/lib64/libisoburn.so.1.111.0
/usr/share/doc/libisoburn
/usr/share/doc/libisoburn/AUTHORS
/usr/share/doc/libisoburn/COPYRIGHT
/usr/share/doc/libisoburn/ChangeLog
/usr/share/doc/libisoburn/README
/usr/share/licenses/libisoburn
/usr/share/licenses/libisoburn/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/91
/usr/lib/.build-id/91/60cce974c77a7e1e105964157ba8aa8bd9a584
/usr/lib/libisoburn.so.1
/usr/lib/libisoburn.so.1.111.0
/usr/share/doc/libisoburn
/usr/share/doc/libisoburn/AUTHORS
/usr/share/doc/libisoburn/COPYRIGHT
/usr/share/doc/libisoburn/ChangeLog
/usr/share/doc/libisoburn/README
/usr/share/licenses/libisoburn
/usr/share/licenses/libisoburn/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/cbd25d9ab63878f29d6cb655a8247229052722
/usr/lib/libisoburn.so.1
/usr/lib/libisoburn.so.1.111.0
/usr/share/doc/libisoburn
/usr/share/doc/libisoburn/AUTHORS
/usr/share/doc/libisoburn/COPYRIGHT
/usr/share/doc/libisoburn/ChangeLog
/usr/share/doc/libisoburn/README
/usr/share/licenses/libisoburn
/usr/share/licenses/libisoburn/COPYING
References
- [libisoburn website](https://libburnia-project.org/ https://libburnia-project.org/)
Summary
In this tutorial we learn how to install libisoburn
on Fedora 34 using yum and dnf.