How To Install librs232 on Fedora 36
Introduction
In this tutorial we learn how to install librs232
on Fedora 36.
What is librs232
librs232 is a multi-platform library that provides support for communicating over serial ports (e.g. RS-232). It also provides Lua bindings.
We can use yum
or dnf
to install librs232
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librs232.
Install librs232 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
using dnf
by running the following command:
sudo dnf -y install librs232
Install librs232 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
using yum
by running the following command:
sudo yum -y install librs232
How To Uninstall librs232 on Fedora 36
To uninstall only the librs232
package we can use the following command:
sudo dnf remove librs232
librs232 Package Contents on Fedora 36
---
title: "How To Install librs232 on Fedora 36"
linkTitle: "librs232"
type: "docs"
description: "In this tutorial we learn how to install librs232 in Fedora 36. librs232 is Library for serial communications over RS-232 with Lua bindings"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/librs232-featured.png
---
## Introduction
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/c43f8910ab01861749b099183685ad9ea82c2c
/usr/lib64/librs232.so.1
/usr/lib64/librs232.so.1.0.3
/usr/share/doc/librs232
/usr/share/doc/librs232/AUTHORS
/usr/share/doc/librs232/example.lua
/usr/share/licenses/librs232
/usr/share/licenses/librs232/COPYING
In this tutorial we learn how to install `librs232` on Fedora 36.
### What is `librs232`
> librs232 is a multi-platform library that provides support for communicating over serial ports (e.g. RS-232). It also provides Lua bindings.
We can use `yum` or `dnf` to install `librs232` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librs232.
## Install librs232 on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
## References
After updating yum database, We can install `librs232` using `dnf` by running the following command:
* [librs232 website](https://github.com/srdgame/librs232/)
```bash
sudo dnf -y install librs232
## Summary
In this tutorial we learn how to install librs232
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Install librs232 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
using yum
by running the following command:
sudo yum -y install librs232
How To Uninstall librs232 on Fedora 36
To uninstall only the librs232
package we can use the following command:
sudo dnf remove librs232
librs232 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/1a03dd85535e49afacdff6f27ab4b8e5300774
/usr/lib/librs232.so.1
/usr/lib/librs232.so.1.0.3
/usr/share/doc/librs232
/usr/share/doc/librs232/AUTHORS
/usr/share/doc/librs232/example.lua
/usr/share/licenses/librs232
/usr/share/licenses/librs232/COPYING
References
Summary
In this tutorial we learn how to install librs232
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).