How To Install udftools on Fedora 36
In this tutorial we learn how to install udftools in Fedora 36. udftools is Linux UDF Filesystem userspace utilities
Introduction
In this tutorial we learn how to install udftools
on Fedora 36.
What is udftools
Linux UDF Filesystem userspace utilities.
We can use yum
or dnf
to install udftools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install udftools.
Install udftools on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install udftools
using dnf
by running the following command:
sudo dnf -y install udftools
Install udftools on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install udftools
using yum
by running the following command:
sudo yum -y install udftools
How To Uninstall udftools on Fedora 36
To uninstall only the udftools
package we can use the following command:
sudo dnf remove udftools
udftools Package Contents on Fedora 36
/usr/bin/cdrwtool
/usr/bin/udfinfo
/usr/bin/wrudf
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/97cf35a5182eb8d3cda4e53cef6e45806886fd
/usr/lib/.build-id/3f/b51ca2e61d3012d12e82e235ab339bd9379f3e
/usr/lib/.build-id/61
/usr/lib/.build-id/61/c1b7797988a98b5971245c61d9f2bad04d95de
/usr/lib/.build-id/78
/usr/lib/.build-id/78/45b14bbdaf63e4a1fac09ed4dc6ee95f1bf1d6
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/5c5945f594d93715508d7de1f7e94a6d599a6e
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/be56871468b7f42090d547267b7e2d022c1ac1
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/309d782775ecec834e67d7063e2581dd7abbe6
/usr/lib/udev/rules.d/80-pktsetup.rules
/usr/sbin/mkfs.udf
/usr/sbin/mkudffs
/usr/sbin/pktcdvd-check
/usr/sbin/pktsetup
/usr/sbin/udflabel
/usr/share/doc/udftools
/usr/share/doc/udftools/AUTHORS
/usr/share/doc/udftools/COPYING
/usr/share/doc/udftools/HOWTO.udf
/usr/share/doc/udftools/NEWS
/usr/share/doc/udftools/README
/usr/share/doc/udftools/UDF-Specifications
/usr/share/licenses/udftools
/usr/share/licenses/udftools/COPYING
/usr/share/man/man1/cdrwtool.1.gz
/usr/share/man/man1/udfinfo.1.gz
/usr/share/man/man1/wrudf.1.gz
/usr/share/man/man8/mkfs.udf.8.gz
/usr/share/man/man8/mkudffs.8.gz
/usr/share/man/man8/pktsetup.8.gz
/usr/share/man/man8/udflabel.8.gz
References
Summary
In this tutorial we learn how to install udftools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).