How To Install libcrystalhd on Fedora 36
Introduction
In this tutorial we learn how to install libcrystalhd
on Fedora 36.
What is libcrystalhd
The libcrystalhd library provides userspace access to Broadcom Crystal HD video decoder devices. The device supports hardware decoding of MPEG-2, h.264 and VC1 video codecs, up to 1080p at 40fps for the first-generation bcm970012 hardware, and up to 1080p at 60fps for the second-generation bcm970015 hardware.
We can use yum
or dnf
to install libcrystalhd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcrystalhd.
Install libcrystalhd 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 libcrystalhd
using dnf
by running the following command:
sudo dnf -y install libcrystalhd
Install libcrystalhd 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 libcrystalhd
using yum
by running the following command:
sudo yum -y install libcrystalhd
How To Uninstall libcrystalhd on Fedora 36
To uninstall only the libcrystalhd
package we can use the following command:
sudo dnf remove libcrystalhd
libcrystalhd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/a9b51d929d836b44bad2d591c7f8b3f1677688
/usr/lib/libcrystalhd.so.3
/usr/lib/libcrystalhd.so.3.6
/usr/share/doc/libcrystalhd
/usr/share/doc/libcrystalhd/LICENSE
/usr/share/doc/libcrystalhd/README_07032010
References
Summary
In this tutorial we learn how to install libcrystalhd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libcrystalhd on Fedora 36” linkTitle: “libcrystalhd” type: “docs” description: “In this tutorial we learn how to install libcrystalhd in Fedora 36. libcrystalhd is Broadcom Crystal HD device interface library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcrystalhd-featured.png
Introduction
In this tutorial we learn how to install libcrystalhd
on Fedora 36.
What is libcrystalhd
The libcrystalhd library provides userspace access to Broadcom Crystal HD video decoder devices. The device supports hardware decoding of MPEG-2, h.264 and VC1 video codecs, up to 1080p at 40fps for the first-generation bcm970012 hardware, and up to 1080p at 60fps for the second-generation bcm970015 hardware.
We can use yum
or dnf
to install libcrystalhd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcrystalhd.
Install libcrystalhd 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 libcrystalhd
using dnf
by running the following command:
sudo dnf -y install libcrystalhd
Install libcrystalhd 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 libcrystalhd
using yum
by running the following command:
sudo yum -y install libcrystalhd
How To Uninstall libcrystalhd on Fedora 36
To uninstall only the libcrystalhd
package we can use the following command:
sudo dnf remove libcrystalhd
libcrystalhd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/f5b7898f677ca9340192882d0cca69aa82591b
/usr/lib64/libcrystalhd.so.3
/usr/lib64/libcrystalhd.so.3.6
/usr/share/doc/libcrystalhd
/usr/share/doc/libcrystalhd/LICENSE
/usr/share/doc/libcrystalhd/README_07032010
References
Summary
In this tutorial we learn how to install libcrystalhd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).