How To Install libdc1394 on Fedora 36
Introduction
In this tutorial we learn how to install libdc1394
on Fedora 36.
What is libdc1394
Libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification.
We can use yum
or dnf
to install libdc1394
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdc1394.
Install libdc1394 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
using dnf
by running the following command:
sudo dnf -y install libdc1394
Install libdc1394 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
using yum
by running the following command:
sudo yum -y install libdc1394
How To Uninstall libdc1394 on Fedora 36
To uninstall only the libdc1394
package we can use the following command:
sudo dnf remove libdc1394
libdc1394 Package Contents on Fedora 36
---
title: "How To Install libdc1394 on Fedora 36"
linkTitle: "libdc1394"
type: "docs"
description: "In this tutorial we learn how to install libdc1394 in Fedora 36. libdc1394 is 1394-based digital camera control library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libdc1394-featured.png
---
## Introduction
In this tutorial we learn how to install `libdc1394` on Fedora 36.
### What is `libdc1394`
> Libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification.
We can use `yum` or `dnf` to install `libdc1394` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdc1394.
## Install libdc1394 on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libdc1394
using dnf
by running the following command:
sudo dnf -y install libdc1394
Install libdc1394 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
using yum
by running the following command:
sudo yum -y install libdc1394
How To Uninstall libdc1394 on Fedora 36
To uninstall only the libdc1394
package we can use the following command:
sudo dnf remove libdc1394
libdc1394 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/f91e9bf1dea6edde4a098a380e41670eef058f
/usr/lib64/libdc1394.so.25
/usr/lib64/libdc1394.so.25.0.0
/usr/share/doc/libdc1394
/usr/share/doc/libdc1394/AUTHORS
/usr/share/doc/libdc1394/COPYING
/usr/share/doc/libdc1394/ChangeLog
/usr/share/doc/libdc1394/NEWS
/usr/share/doc/libdc1394/README
References
Summary
In this tutorial we learn how to install libdc1394
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/2b /usr/lib/.build-id/2b/b4e57cfe66a504820b5be5195f26e5406789c9 /usr/lib/libdc1394.so.25 /usr/lib/libdc1394.so.25.0.0 /usr/share/doc/libdc1394 /usr/share/doc/libdc1394/AUTHORS /usr/share/doc/libdc1394/COPYING /usr/share/doc/libdc1394/ChangeLog /usr/share/doc/libdc1394/NEWS /usr/share/doc/libdc1394/README
## References
* [libdc1394 website](http://sourceforge.net/projects/libdc1394/)
## Summary
In this tutorial we learn how to install `libdc1394` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).