How To Install libcamera-tools on Fedora 36

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

Introduction

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

What is libcamera-tools

Command line tools for libcamera

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

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

sudo dnf -y install libcamera-tools

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

sudo yum -y install libcamera-tools

How To Uninstall libcamera-tools on Fedora 36

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

sudo dnf remove libcamera-tools

libcamera-tools Package Contents on Fedora 36

/usr/bin/cam
/usr/bin/lc-compliance
/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/fb0d3ad6623951dcd60b08775daa6385dc3dcb
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/8957cafcd7a8ceb0a83d77117001389db1341c
/usr/share/licenses/libcamera-tools
/usr/share/licenses/libcamera-tools/GPL-2.0-only.txt

References

Summary

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