How To Install lsdvd on Fedora 36
Introduction
In this tutorial we learn how to install lsdvd
on Fedora 36.
What is lsdvd
lsdvd is a small application which lists the contents of DVDs to your terminal.
We can use yum
or dnf
to install lsdvd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lsdvd.
Install lsdvd 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 lsdvd
using dnf
by running the following command:
sudo dnf -y install lsdvd
Install lsdvd 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 lsdvd
using yum
by running the following command:
sudo yum -y install lsdvd
How To Uninstall lsdvd on Fedora 36
To uninstall only the lsdvd
package we can use the following command:
sudo dnf remove lsdvd
lsdvd Package Contents on Fedora 36
/usr/bin/lsdvd
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/2dc8cdb6fe5479508cf7b5bca60f3ac6de571c
/usr/share/doc/lsdvd
/usr/share/doc/lsdvd/AUTHORS
/usr/share/doc/lsdvd/COPYING
/usr/share/doc/lsdvd/ChangeLog
/usr/share/doc/lsdvd/README
/usr/share/man/man1/lsdvd.1.gz
References
Summary
In this tutorial we learn how to install lsdvd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).