How To Install libavc1394 on Fedora 36
Introduction
In this tutorial we learn how to install libavc1394
on Fedora 36.
What is libavc1394
The libavc1394 library allows utilities to control IEEE-1394 devices using the AV/C specification. Audio/Video Control allows applications to control devices like the tape on a VCR or camcorder.
We can use yum
or dnf
to install libavc1394
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libavc1394.
Install libavc1394 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
using dnf
by running the following command:
sudo dnf -y install libavc1394
Install libavc1394 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
using yum
by running the following command:
sudo yum -y install libavc1394
How To Uninstall libavc1394 on Fedora 36
To uninstall only the libavc1394
package we can use the following command:
sudo dnf remove libavc1394
libavc1394 Package Contents on Fedora 36
/usr/bin/dvcont
/usr/bin/mkrfc2734
/usr/bin/panelctl
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/d00016f19552bc11589d1e39803c0ceb99ac9b
/usr/lib/.build-id/70
/usr/lib/.build-id/70/8c59886fae5dec9cb06caaa1764d34e0cbdd97
/usr/lib/.build-id/86
/usr/lib/.build-id/86/450a5a28deca49f05206b2c93d6d70ac7a8343
/usr/lib/.build-id/99
/usr/lib/.build-id/99/b9fcdcc6ca754abf39b38c257a6a203d01ef69
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/fe044c01aecb37479174ee0bd411e9c4862c96
/usr/lib/libavc1394.so.0
/usr/lib/libavc1394.so.0.3.0
/usr/lib/librom1394.so.0
/usr/lib/librom1394.so.0.3.0
/usr/share/doc/libavc1394
/usr/share/doc/libavc1394/AUTHORS
/usr/share/doc/libavc1394/ChangeLog
/usr/share/doc/libavc1394/NEWS
/usr/share/doc/libavc1394/README
/usr/share/doc/libavc1394/TODO
/usr/share/licenses/libavc1394
/usr/share/licenses/libavc1394/COPYING
/usr/share/man/man1/dvcont.1.gz
/usr/share/man/man1/mkrfc2734.1.gz
/usr/share/man/man1/panelctl.1.gz
References
Summary
In this tutorial we learn how to install libavc1394
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libavc1394 on Fedora 36” linkTitle: “libavc1394” type: “docs” description: “In this tutorial we learn how to install libavc1394 in Fedora 36. libavc1394 is Audio/Video Control library for IEEE-1394 devices” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libavc1394-featured.png
Introduction
In this tutorial we learn how to install libavc1394
on Fedora 36.
What is libavc1394
The libavc1394 library allows utilities to control IEEE-1394 devices using the AV/C specification. Audio/Video Control allows applications to control devices like the tape on a VCR or camcorder.
We can use yum
or dnf
to install libavc1394
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libavc1394.
Install libavc1394 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
using dnf
by running the following command:
sudo dnf -y install libavc1394
Install libavc1394 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
using yum
by running the following command:
sudo yum -y install libavc1394
How To Uninstall libavc1394 on Fedora 36
To uninstall only the libavc1394
package we can use the following command:
sudo dnf remove libavc1394
libavc1394 Package Contents on Fedora 36
/usr/bin/dvcont
/usr/bin/mkrfc2734
/usr/bin/panelctl
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/e928d1d72d63e14f8c5f611ef94fe63014482d
/usr/lib/.build-id/32
/usr/lib/.build-id/32/981f9fc508c01b895247cdae47ea715cd5c9da
/usr/lib/.build-id/71
/usr/lib/.build-id/71/f9516224e65601d22f4157854c2f20ac90ef19
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/510f7b04dd2dc813817a7bbecd13b17e5f8f83
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/5ac406270ac3377e798516d2e676560c50bc3a
/usr/lib64/libavc1394.so.0
/usr/lib64/libavc1394.so.0.3.0
/usr/lib64/librom1394.so.0
/usr/lib64/librom1394.so.0.3.0
/usr/share/doc/libavc1394
/usr/share/doc/libavc1394/AUTHORS
/usr/share/doc/libavc1394/ChangeLog
/usr/share/doc/libavc1394/NEWS
/usr/share/doc/libavc1394/README
/usr/share/doc/libavc1394/TODO
/usr/share/licenses/libavc1394
/usr/share/licenses/libavc1394/COPYING
/usr/share/man/man1/dvcont.1.gz
/usr/share/man/man1/mkrfc2734.1.gz
/usr/share/man/man1/panelctl.1.gz
References
Summary
In this tutorial we learn how to install libavc1394
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).