How To Install bcd-devel on Fedora 36

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

Introduction

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

What is bcd-devel

The bcd-devel package contains libraries and header files for developing applications that use bcd.

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

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

sudo dnf -y install bcd-devel

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

sudo yum -y install bcd-devel

How To Uninstall bcd-devel on Fedora 36

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

sudo dnf remove bcd-devel

bcd-devel Package Contents on Fedora 36

/usr/include/bcd
/usr/include/bcd/core
/usr/include/bcd/core/Chronometer.h
/usr/include/bcd/core/CovarianceMatrix.h
/usr/include/bcd/core/CudaHistogramDistance.h
/usr/include/bcd/core/CudaUtils.h
/usr/include/bcd/core/DeepImage.h
/usr/include/bcd/core/DeepImage.hpp
/usr/include/bcd/core/Denoiser.h
/usr/include/bcd/core/DenoisingUnit.h
/usr/include/bcd/core/IDenoiser.h
/usr/include/bcd/core/MultiscaleDenoiser.h
/usr/include/bcd/core/SamplesAccumulator.h
/usr/include/bcd/core/SpikeRemovalFilter.h
/usr/include/bcd/core/Utils.h
/usr/include/bcd/io
/usr/include/bcd/io/ImageIO.h
/usr/include/bcd/io/ParametersIO.h
/usr/lib/libbcdcore.so
/usr/lib/libbcdio.so

References

Summary

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


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

Introduction

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

What is bcd-devel

The bcd-devel package contains libraries and header files for developing applications that use bcd.

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

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

sudo dnf -y install bcd-devel

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

sudo yum -y install bcd-devel

How To Uninstall bcd-devel on Fedora 36

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

sudo dnf remove bcd-devel

bcd-devel Package Contents on Fedora 36

/usr/include/bcd
/usr/include/bcd/core
/usr/include/bcd/core/Chronometer.h
/usr/include/bcd/core/CovarianceMatrix.h
/usr/include/bcd/core/CudaHistogramDistance.h
/usr/include/bcd/core/CudaUtils.h
/usr/include/bcd/core/DeepImage.h
/usr/include/bcd/core/DeepImage.hpp
/usr/include/bcd/core/Denoiser.h
/usr/include/bcd/core/DenoisingUnit.h
/usr/include/bcd/core/IDenoiser.h
/usr/include/bcd/core/MultiscaleDenoiser.h
/usr/include/bcd/core/SamplesAccumulator.h
/usr/include/bcd/core/SpikeRemovalFilter.h
/usr/include/bcd/core/Utils.h
/usr/include/bcd/io
/usr/include/bcd/io/ImageIO.h
/usr/include/bcd/io/ParametersIO.h
/usr/lib64/libbcdcore.so
/usr/lib64/libbcdio.so

References

Summary

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