How To Install libcdr-devel on Fedora 36
Introduction
In this tutorial we learn how to install libcdr-devel
on Fedora 36.
What is libcdr-devel
The libcdr-devel package contains libraries and header files for developing applications that use libcdr.
We can use yum
or dnf
to install libcdr-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcdr-devel.
Install libcdr-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 libcdr-devel
using dnf
by running the following command:
sudo dnf -y install libcdr-devel
Install libcdr-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 libcdr-devel
using yum
by running the following command:
sudo yum -y install libcdr-devel
How To Uninstall libcdr-devel on Fedora 36
To uninstall only the libcdr-devel
package we can use the following command:
sudo dnf remove libcdr-devel
libcdr-devel Package Contents on Fedora 36
/usr/include/libcdr-0.1
/usr/include/libcdr-0.1/libcdr
/usr/include/libcdr-0.1/libcdr/CDRDocument.h
/usr/include/libcdr-0.1/libcdr/CMXDocument.h
/usr/include/libcdr-0.1/libcdr/libcdr.h
/usr/include/libcdr-0.1/libcdr/libcdr_api.h
/usr/lib/libcdr-0.1.so
/usr/lib/pkgconfig/libcdr-0.1.pc
/usr/share/doc/libcdr-devel
/usr/share/doc/libcdr-devel/ChangeLog
References
Summary
In this tutorial we learn how to install libcdr-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libcdr-devel on Fedora 36” linkTitle: “libcdr-devel” type: “docs” description: “In this tutorial we learn how to install libcdr-devel in Fedora 36. libcdr-devel is Development files for libcdr” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcdr-devel-featured.png
Introduction
In this tutorial we learn how to install libcdr-devel
on Fedora 36.
What is libcdr-devel
The libcdr-devel package contains libraries and header files for developing applications that use libcdr.
We can use yum
or dnf
to install libcdr-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcdr-devel.
Install libcdr-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 libcdr-devel
using dnf
by running the following command:
sudo dnf -y install libcdr-devel
Install libcdr-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 libcdr-devel
using yum
by running the following command:
sudo yum -y install libcdr-devel
How To Uninstall libcdr-devel on Fedora 36
To uninstall only the libcdr-devel
package we can use the following command:
sudo dnf remove libcdr-devel
libcdr-devel Package Contents on Fedora 36
/usr/include/libcdr-0.1
/usr/include/libcdr-0.1/libcdr
/usr/include/libcdr-0.1/libcdr/CDRDocument.h
/usr/include/libcdr-0.1/libcdr/CMXDocument.h
/usr/include/libcdr-0.1/libcdr/libcdr.h
/usr/include/libcdr-0.1/libcdr/libcdr_api.h
/usr/lib64/libcdr-0.1.so
/usr/lib64/pkgconfig/libcdr-0.1.pc
/usr/share/doc/libcdr-devel
/usr/share/doc/libcdr-devel/ChangeLog
References
Summary
In this tutorial we learn how to install libcdr-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).