How To Install libavc1394 on Fedora 34
Introduction
In this tutorial we learn how to install libavc1394
on Fedora 34.
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. libavc1394 0.5.4 15.fc34 x86_64 56 k libavc1394-0.5.4-15.fc34.src.rpm fedora Audio/Video Control library for IEEE-1394 devices http GPLv2+ and LGPLv2+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install libavc1394.
Install libavc1394 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libavc1394
using dnf
by running the following command:
sudo dnf -y install libavc1394
Install libavc1394 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the libavc1394
package we can use the following command:
sudo dnf remove libavc1394
libavc1394 Package Contents on Fedora 34
/usr/bin/dvcont
/usr/bin/mkrfc2734
/usr/bin/panelctl
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/f3bb3d3a7574f697ddb5638da94beb7a6fd26e
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/09a912c71c2fbfa5728eaea9ba3432d364272b
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/4dc0b719bda67f1858877e6e133c42d15b38dc
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/cc3d554cbecc5198b3550bdc3d3ab9870e4bd3
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/fc5de008653cf38e8c7fec523525da3eb3a1ac
/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
/usr/bin/dvcont
/usr/bin/mkrfc2734
/usr/bin/panelctl
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/1cd117a178aa52db46269099c90341a2123633
/usr/lib/.build-id/30
/usr/lib/.build-id/30/7afa6282f0f0df08640f61a11f98cf9d1bbd54
/usr/lib/.build-id/30/e9936895ea402b9761630fd2ca46c91f62effd
/usr/lib/.build-id/86
/usr/lib/.build-id/86/6ca81631e29cce06a85ed12993646a42305f88
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/01d3e0d6ba2df4779c3b7b9c4a854b9177212e
/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
- [libavc1394 website](http://sourceforge.net/projects/libavc1394/ http://sourceforge.net/projects/libavc1394/)
Summary
In this tutorial we learn how to install libavc1394
on Fedora 34 using yum and dnf.