How To Install lua5 on Fedora 36
Introduction
In this tutorial we learn how to install lua5
on Fedora 36.
What is lua5
A Lua library implementing binary heap algorithm.
We can use yum
or dnf
to install lua5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua5.
Install lua5 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 lua5
using dnf
by running the following command:
sudo dnf -y install lua5
Install lua5 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 lua5
using yum
by running the following command:
sudo yum -y install lua5
How To Uninstall lua5 on Fedora 36
To uninstall only the lua5
package we can use the following command:
sudo dnf remove lua5
lua5 Package Contents on Fedora 36
/usr/share/doc/lua5.1-binaryheap
/usr/share/doc/lua5.1-binaryheap/examples
/usr/share/doc/lua5.1-binaryheap/examples/knight_dijkstra.lua
/usr/share/doc/lua5.1-binaryheap/index.html
/usr/share/doc/lua5.1-binaryheap/ldoc.css
/usr/share/doc/lua5.1-binaryheap/topics
/usr/share/doc/lua5.1-binaryheap/topics/readme.md.html
/usr/share/lua/5.1/binaryheap.lua
References
Summary
In this tutorial we learn how to install lua5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install lua5 on Fedora 36” linkTitle: “lua5” type: “docs” description: “In this tutorial we learn how to install lua5 in Fedora 36. lua5 is Lua 5.2 bit manipulation library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lua5-featured.png
Introduction
In this tutorial we learn how to install lua5
on Fedora 36.
What is lua5
bit32 is a bit manipulation library, in the version from Lua 5.3; it is compatible with Lua 5.1 to 5.4.
We can use yum
or dnf
to install lua5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua5.
Install lua5 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 lua5
using dnf
by running the following command:
sudo dnf -y install lua5
Install lua5 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 lua5
using yum
by running the following command:
sudo yum -y install lua5
How To Uninstall lua5 on Fedora 36
title: “How To Install lua5 on Fedora 36”
linkTitle: “lua5”
To uninstall only the lua5
package we can use the following command:
type: “docs”
description: “In this tutorial we learn how to install lua5 in Fedora 36. lua5 is C extension module for Lua 5.1 which adds bit-wise operations on numbers”
date: "2022-08-17"
sudo dnf remove lua5
lastmod: "2022-08-17"
#image: /images/fedora/36/lua5-featured.png
lua5 Package Contents on Fedora 36
Introduction
In this tutorial we learn how to install `lua5` on Fedora 36.
### What is `lua5`
> Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bit-wise operations on numbers.
We can use `yum` or `dnf` to install `lua5` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua5.
## Install lua5 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 lua5
using dnf
by running the following command:
sudo dnf -y install lua5
Install lua5 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 lua5
using yum
by running the following command:
sudo yum -y install lua5
How To Uninstall lua5 on Fedora 36
To uninstall only the lua5
package we can use the following command:
sudo dnf remove lua5
lua5 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/524e28ceb01595c7758343a2f35c2ad40f795a
/usr/lib64/lua/5.1/bit.so
/usr/share/doc/lua5.1-bitop
/usr/share/doc/lua5.1-bitop/README
References
Summary
In this tutorial we learn how to install lua5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/b2 /usr/lib/.build-id/b2/53d18b5b2c596ba595fac4efd53ec8bcc37df0 /usr/lib64/lua/5.1/bit32.so
## References
* [lua5 website](https://luarocks.org/modules/siffiejoe/bit32)
## Summary
In this tutorial we learn how to install `lua5` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
---
title: "How To Install lua5 on Fedora 36"
linkTitle: "lua5"
type: "docs"
description: "In this tutorial we learn how to install lua5 in Fedora 36. lua5 is BaseXX encoding and decoding library for Lua 5.1"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lua5-featured.png
---
## Introduction
In this tutorial we learn how to install `lua5` on Fedora 36.
### What is `lua5`
> A Lua library for base2, base16, base32, base64, base85 decoding and encoding of data strings.
We can use `yum` or `dnf` to install `lua5` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua5.
## Install lua5 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 lua5
using dnf
by running the following command:
sudo dnf -y install lua5
Install lua5 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 lua5
using yum
by running the following command:
sudo yum -y install lua5
How To Uninstall lua5 on Fedora 36
To uninstall only the lua5
package we can use the following command:
sudo dnf remove lua5
lua5 Package Contents on Fedora 36
/usr/share/doc/lua5.1-basexx
/usr/share/doc/lua5.1-basexx/README.adoc
/usr/share/licenses/lua5.1-basexx
/usr/share/licenses/lua5.1-basexx/LICENSE
/usr/share/lua/5.1/basexx.lua
References
Summary
In this tutorial we learn how to install lua5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install lua5 on Fedora 36” linkTitle: “lua5” type: “docs” description: “In this tutorial we learn how to install lua5 in Fedora 36. lua5 is Database interface library for Lua 5.1” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lua5-featured.png
Introduction
In this tutorial we learn how to install lua5
on Fedora 36.
What is lua5
LuaDBI is a database interface library for Lua 5.1. It is designed to provide a RDBMS agnostic API for handling database operations. LuaDBI also provides support for prepared statement handles, placeholders and bind parameters for all database operations. Currently LuaDBI supports DB2, Oracle, MySQL, PostgreSQL and SQLite databases with native database drivers.
We can use yum
or dnf
to install lua5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua5.
Install lua5 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 lua5
using dnf
by running the following command:
sudo dnf -y install lua5
Install lua5 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 lua5
using yum
by running the following command:
sudo yum -y install lua5
How To Uninstall lua5 on Fedora 36
To uninstall only the lua5
package we can use the following command:
sudo dnf remove lua5
lua5 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/190792cc3e6419784738615f06bdc6cfc86b01
/usr/lib/.build-id/69
/usr/lib/.build-id/69/28b4a501f7c08124af663b05b76873a631962c
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/075bcf67c8b89e1e60b0af263c38bb9d62f99c
/usr/lib64/lua/5.1/dbd
/usr/lib64/lua/5.1/dbd/mysql.so
/usr/lib64/lua/5.1/dbd/postgresql.so
/usr/lib64/lua/5.1/dbd/sqlite3.so
/usr/share/doc/lua5.1-dbi
/usr/share/doc/lua5.1-dbi/README.md
/usr/share/licenses/lua5.1-dbi
/usr/share/licenses/lua5.1-dbi/COPYING
/usr/share/lua/5.1/DBI.lua
References
Summary
In this tutorial we learn how to install lua5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install lua5 on Fedora 36” linkTitle: “lua5” type: “docs” description: “In this tutorial we learn how to install lua5 in Fedora 36. lua5 is FIFO library for Lua 5.1” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lua5-featured.png
Introduction
In this tutorial we learn how to install lua5
on Fedora 36.
What is lua5
A lua library/‘class’ that implements a FIFO. Objects in the fifo can be of any type, including nil.
We can use yum
or dnf
to install lua5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua5.
Install lua5 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 lua5
using dnf
by running the following command:
sudo dnf -y install lua5
Install lua5 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 lua5
using yum
by running the following command:
sudo yum -y install lua5
How To Uninstall lua5 on Fedora 36
To uninstall only the lua5
package we can use the following command:
sudo dnf remove lua5
lua5 Package Contents on Fedora 36
/usr/share/licenses/lua5.1-fifo
/usr/share/licenses/lua5.1-fifo/LICENSE
/usr/share/lua/5.1/fifo.lua
/usr/share/man/man3/fifo.lua.3.gz
References
Summary
In this tutorial we learn how to install lua5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install lua5 on Fedora 36” linkTitle: “lua5” type: “docs” description: “In this tutorial we learn how to install lua5 in Fedora 36. lua5 is Compatibility module providing Lua-5.3-style APIs for Lua 5.1” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lua5-featured.png
Introduction
In this tutorial we learn how to install lua5
on Fedora 36.
What is lua5
This is a small module that aims to make it easier to write code in a Lua-5.3-style that is compatible with Lua 5.1, Lua 5.2, and Lua 5.3. This does not make Lua 5.2 (or even Lua 5.1) entirely compatible with Lua 5.3, but it brings the API closer to that of Lua 5.3.
We can use yum
or dnf
to install lua5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua5.
Install lua5 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 lua5
using dnf
by running the following command:
sudo dnf -y install lua5
Install lua5 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 lua5
using yum
by running the following command:
sudo yum -y install lua5
How To Uninstall lua5 on Fedora 36
To uninstall only the lua5
package we can use the following command:
title: “How To Install lua5 on Fedora 36” linkTitle: “lua5” type: “docs” description: “In this tutorial we learn how to install lua5 in Fedora 36. lua5 is SAX XML parser based on the Expat library for Lua 5.1” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lua5-featured.png
Introduction
In this tutorial we learn how to install lua5
on Fedora 36.
What is lua5
LuaExpat is a SAX XML parser based on the Expat library for Lua 5.1.
We can use yum
or dnf
to install lua5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua5.
Install lua5 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 lua5
using dnf
by running the following command:
sudo dnf -y install lua5
Install lua5 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 lua5
using yum
by running the following command:
sudo yum -y install lua5
How To Uninstall lua5 on Fedora 36
To uninstall only the lua5
package we can use the following command:
sudo dnf remove lua5
lua5 Package Contents on Fedora 36
```bash
sudo dnf remove lua5
lua5 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/8ec5e7e730484d0990724e84c65809285cf318
/usr/lib64/lua/5.1/lxp.so
/usr/share/doc/lua5.1-expat
/usr/share/doc/lua5.1-expat/README
/usr/share/doc/lua5.1-expat/examples.html
/usr/share/doc/lua5.1-expat/index.html
/usr/share/doc/lua5.1-expat/license.html
/usr/share/doc/lua5.1-expat/lom.html
/usr/share/doc/lua5.1-expat/luaexpat.png
/usr/share/doc/lua5.1-expat/manual.html
/usr/share/lua/5.1/lxp
/usr/share/lua/5.1/lxp/lom.lua
References
Summary
In this tutorial we learn how to install lua5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/lua-5.1 /usr/include/lua-5.1/c-api /usr/include/lua-5.1/c-api/compat-5.3.c /usr/include/lua-5.1/c-api/compat-5.3.h /usr/include/lua-5.1/lprefix.h /usr/lib/.build-id /usr/lib/.build-id/1e /usr/lib/.build-id/1e/53e9cdb53b2688742996bf15cddc238fa7d65a /usr/lib/.build-id/68 /usr/lib/.build-id/68/397ab0054370f2b031f3b5fac3c62080fa9537 /usr/lib/.build-id/f4 /usr/lib/.build-id/f4/7bc765b68f2b4f1945a5f17f0a9515d794f3fb /usr/lib64/lua/5.1/compat53 /usr/lib64/lua/5.1/compat53/string.so /usr/lib64/lua/5.1/compat53/table.so /usr/lib64/lua/5.1/compat53/utf8.so /usr/share/doc/lua5.1-compat53 /usr/share/doc/lua5.1-compat53/README.md /usr/share/licenses/lua5.1-compat53 /usr/share/licenses/lua5.1-compat53/LICENSE /usr/share/lua/5.1/compat53 /usr/share/lua/5.1/compat53/init.lua /usr/share/lua/5.1/compat53/module.lua
## References
* [lua5 website](https://github.com/keplerproject/lua-compat-5.3)
## Summary
In this tutorial we learn how to install `lua5` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).