How To Install libdc1394-tools on Fedora 36

In this tutorial we learn how to install libdc1394-tools in Fedora 36. libdc1394-tools is Tools for use with libdc1394

Introduction

In this tutorial we learn how to install libdc1394-tools on Fedora 36.

What is libdc1394-tools

This package contains tools that are useful when working and developing with libdc1394.

We can use yum or dnf to install libdc1394-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdc1394-tools.

Install libdc1394-tools 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 libdc1394-tools using dnf by running the following command:

sudo dnf -y install libdc1394-tools

Install libdc1394-tools 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 libdc1394-tools using yum by running the following command:

sudo yum -y install libdc1394-tools

How To Uninstall libdc1394-tools on Fedora 36

To uninstall only the libdc1394-tools package we can use the following command:

sudo dnf remove libdc1394-tools

libdc1394-tools Package Contents on Fedora 36

/usr/bin/dc1394_grab_color_image
/usr/bin/dc1394_grab_gray_image
/usr/bin/dc1394_grab_partial_image
/usr/bin/dc1394_grab_partial_pvn
/usr/bin/dc1394_ladybug
/usr/bin/dc1394_multiview
/usr/bin/dc1394_reset_bus
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/065d4bf18620ef62ce487b06629fa0343a6eea
/usr/share/man/man1/dc1394_grab_color_image.1.gz
/usr/share/man/man1/dc1394_grab_gray_image.1.gz
/usr/share/man/man1/dc1394_grab_partial_image.1.gz
/usr/share/man/man1/dc1394_multiview.1.gz
/usr/share/man/man1/dc1394_reset_bus.1.gz
/usr/share/man/man1/dc1394_vloopback.1.gz

References

Summary

In this tutorial we learn how to install libdc1394-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).