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