How To Install lua-librs232 on Fedora 36

In this tutorial we learn how to install lua-librs232 in Fedora 36. lua-librs232 is Lua bindings for librs232

Introduction

In this tutorial we learn how to install lua-librs232 on Fedora 36.

What is lua-librs232

The lua-librs232 package provides Lua binding for librs232 library. It allows Lua programs to communicate over serial ports.

We can use yum or dnf to install lua-librs232 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua-librs232.

Install lua-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 lua-librs232 using dnf by running the following command:

sudo dnf -y install lua-librs232

Install lua-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 lua-librs232 using yum by running the following command:

sudo yum -y install lua-librs232

How To Uninstall lua-librs232 on Fedora 36

To uninstall only the lua-librs232 package we can use the following command:

sudo dnf remove lua-librs232

lua-librs232 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/f50d5f252349d6f3cf932299286a695e84aff0
/usr/lib64/lua/5.4/luars232.so

References

Summary

In this tutorial we learn how to install lua-librs232 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).