How To Install libavc1394-devel on Fedora 36

In this tutorial we learn how to install libavc1394-devel in Fedora 36. libavc1394-devel is Development libs for libavc1394

Introduction

In this tutorial we learn how to install libavc1394-devel on Fedora 36.

What is libavc1394-devel

Development libraries required to build applications using libavc1394.

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

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

sudo dnf -y install libavc1394-devel

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

sudo yum -y install libavc1394-devel

How To Uninstall libavc1394-devel on Fedora 36

To uninstall only the libavc1394-devel package we can use the following command:

sudo dnf remove libavc1394-devel

libavc1394-devel Package Contents on Fedora 36

---
title: "How To Install libavc1394-devel on Fedora 36"
linkTitle: "libavc1394-devel"
type: "docs"
description: "In this tutorial we learn how to install libavc1394-devel in Fedora 36. libavc1394-devel is Development libs for libavc1394"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libavc1394-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `libavc1394-devel` on Fedora 36.

### What is `libavc1394-devel`

> Development libraries required to build applications using libavc1394.  

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

## Install libavc1394-devel 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 libavc1394-devel using dnf by running the following command:

sudo dnf -y install libavc1394-devel

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

sudo yum -y install libavc1394-devel

How To Uninstall libavc1394-devel on Fedora 36

To uninstall only the libavc1394-devel package we can use the following command:

sudo dnf remove libavc1394-devel

libavc1394-devel Package Contents on Fedora 36

/usr/include/libavc1394
/usr/include/libavc1394/avc1394.h
/usr/include/libavc1394/avc1394_vcr.h
/usr/include/libavc1394/rom1394.h
/usr/lib64/libavc1394.so
/usr/lib64/librom1394.so
/usr/lib64/pkgconfig/libavc1394.pc

References

Summary

/usr/include/libavc1394 /usr/include/libavc1394/avc1394.h /usr/include/libavc1394/avc1394_vcr.h /usr/include/libavc1394/rom1394.h /usr/lib/libavc1394.so /usr/lib/librom1394.so /usr/lib/pkgconfig/libavc1394.pc

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


## References

* [libavc1394-devel website](http://sourceforge.net/projects/libavc1394/)

## Summary

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