How To Install fast-cdr-devel on Fedora 36
Introduction
In this tutorial we learn how to install fast-cdr-devel
on Fedora 36.
What is fast-cdr-devel
Development files and libraries for fast-cdr
We can use yum
or dnf
to install fast-cdr-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fast-cdr-devel.
Install fast-cdr-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 fast-cdr-devel
using dnf
by running the following command:
sudo dnf -y install fast-cdr-devel
Install fast-cdr-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 fast-cdr-devel
using yum
by running the following command:
sudo yum -y install fast-cdr-devel
How To Uninstall fast-cdr-devel on Fedora 36
To uninstall only the fast-cdr-devel
package we can use the following command:
sudo dnf remove fast-cdr-devel
fast-cdr-devel Package Contents on Fedora 36
---
title: "How To Install fast-cdr-devel on Fedora 36"
linkTitle: "fast-cdr-devel"
type: "docs"
description: "In this tutorial we learn how to install fast-cdr-devel in Fedora 36. fast-cdr-devel is Development files and libraries for fast-cdr"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/fast-cdr-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `fast-cdr-devel` on Fedora 36.
### What is `fast-cdr-devel`
> Development files and libraries for fast-cdr
We can use `yum` or `dnf` to install `fast-cdr-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fast-cdr-devel.
## Install fast-cdr-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install fast-cdr-devel
using dnf
by running the following command:
sudo dnf -y install fast-cdr-devel
/usr/include/fastcdr /usr/include/fastcdr/Cdr.h /usr/include/fastcdr/FastBuffer.h /usr/include/fastcdr/FastCdr.h /usr/include/fastcdr/config.h /usr/include/fastcdr/eProsima_auto_link.h /usr/include/fastcdr/exceptions /usr/include/fastcdr/exceptions/BadParamException.h /usr/include/fastcdr/exceptions/Exception.h /usr/include/fastcdr/exceptions/NotEnoughMemoryException.h /usr/include/fastcdr/fastcdr_dll.h /usr/lib64/cmake/fastcdr /usr/lib64/cmake/fastcdr/fastcdr-config-version.cmake /usr/lib64/cmake/fastcdr/fastcdr-config.cmake /usr/lib64/cmake/fastcdr/fastcdr-dynamic-targets-release.cmake /usr/lib64/cmake/fastcdr/fastcdr-dynamic-targets.cmake /usr/lib64/libfastcdr.so
Install fast-cdr-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache –refresh
## References
After updating yum database, We can install `fast-cdr-devel` using `yum` by running the following command:
* [fast-cdr-devel website](http://www.eprosima.com)
## Summary
```bash
sudo yum -y install fast-cdr-devel
In this tutorial we learn how to install fast-cdr-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
How To Uninstall fast-cdr-devel on Fedora 36
To uninstall only the fast-cdr-devel
package we can use the following command:
sudo dnf remove fast-cdr-devel
fast-cdr-devel Package Contents on Fedora 36
/usr/include/fastcdr
/usr/include/fastcdr/Cdr.h
/usr/include/fastcdr/FastBuffer.h
/usr/include/fastcdr/FastCdr.h
/usr/include/fastcdr/config.h
/usr/include/fastcdr/eProsima_auto_link.h
/usr/include/fastcdr/exceptions
/usr/include/fastcdr/exceptions/BadParamException.h
/usr/include/fastcdr/exceptions/Exception.h
/usr/include/fastcdr/exceptions/NotEnoughMemoryException.h
/usr/include/fastcdr/fastcdr_dll.h
/usr/lib/cmake/fastcdr
/usr/lib/cmake/fastcdr/fastcdr-config-version.cmake
/usr/lib/cmake/fastcdr/fastcdr-config.cmake
/usr/lib/cmake/fastcdr/fastcdr-dynamic-targets-release.cmake
/usr/lib/cmake/fastcdr/fastcdr-dynamic-targets.cmake
/usr/lib/libfastcdr.so
References
Summary
In this tutorial we learn how to install fast-cdr-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).