How To Install fast-cdr on Fedora 36
Introduction
In this tutorial we learn how to install fast-cdr
on Fedora 36.
What is fast-cdr
eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard.
We can use yum
or dnf
to install fast-cdr
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fast-cdr.
Install fast-cdr 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
using dnf
by running the following command:
sudo dnf -y install fast-cdr
Install fast-cdr 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
using yum
by running the following command:
sudo yum -y install fast-cdr
How To Uninstall fast-cdr on Fedora 36
To uninstall only the fast-cdr
package we can use the following command:
sudo dnf remove fast-cdr
fast-cdr Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/4e0cbbf1e4e6f41396927c0cd4d302ae41a30b
/usr/lib64/libfastcdr.so.1
/usr/lib64/libfastcdr.so.1.0.23
/usr/share/doc/fast-cdr
/usr/share/doc/fast-cdr/Users Manual.odt
/usr/share/fastcdr
/usr/share/fastcdr/LICENSE
/usr/share/licenses/fast-cdr
/usr/share/licenses/fast-cdr/LICENSE
References
Summary
In this tutorial we learn how to install fast-cdr
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install fast-cdr on Fedora 36” linkTitle: “fast-cdr” type: “docs” description: “In this tutorial we learn how to install fast-cdr in Fedora 36. fast-cdr is Fast Common Data Representation (CDR) Serialization Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/fast-cdr-featured.png
Introduction
In this tutorial we learn how to install fast-cdr
on Fedora 36.
What is fast-cdr
eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard.
We can use yum
or dnf
to install fast-cdr
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fast-cdr.
Install fast-cdr 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
using dnf
by running the following command:
sudo dnf -y install fast-cdr
Install fast-cdr 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
using yum
by running the following command:
sudo yum -y install fast-cdr
How To Uninstall fast-cdr on Fedora 36
To uninstall only the fast-cdr
package we can use the following command:
sudo dnf remove fast-cdr
fast-cdr Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/61cba7ef3e04c850b4b060c19b5e0e4afc053f
/usr/lib/libfastcdr.so.1
/usr/lib/libfastcdr.so.1.0.23
/usr/share/doc/fast-cdr
/usr/share/doc/fast-cdr/Users Manual.odt
/usr/share/fastcdr
/usr/share/fastcdr/LICENSE
/usr/share/licenses/fast-cdr
/usr/share/licenses/fast-cdr/LICENSE
References
Summary
In this tutorial we learn how to install fast-cdr
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).