How To Install compat-tolua++ on Fedora 36

In this tutorial we learn how to install compat-tolua++ in Fedora 36. compat-tolua++ is Lua-5.1 compatible version of tolua++ (C++ Lua integration)

Introduction

In this tutorial we learn how to install compat-tolua++ on Fedora 36.

What is compat-tolua++

This is a lua-5.1 compatible version of tolua++. tolua++ is an extended version of tolua, a tool to integrate C/C++ code with Lua. tolua++ includes new features oriented to C++.

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

Install compat-tolua++ 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 compat-tolua++ using dnf by running the following command:

sudo dnf -y install compat-tolua++

Install compat-tolua++ 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 compat-tolua++ using yum by running the following command:

sudo yum -y install compat-tolua++

How To Uninstall compat-tolua++ on Fedora 36

To uninstall only the compat-tolua++ package we can use the following command:

sudo dnf remove compat-tolua++

compat-tolua++ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/8a92ebda210235868977a606b121758553fa48
/usr/lib64/libtolua++-5.1.so
/usr/share/doc/compat-tolua++
/usr/share/doc/compat-tolua++/README
/usr/share/licenses/compat-tolua++
/usr/share/licenses/compat-tolua++/COPYRIGHT

References

Summary

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


title: “How To Install compat-tolua++ on Fedora 36” linkTitle: “compat-tolua++” type: “docs” description: “In this tutorial we learn how to install compat-tolua++ in Fedora 36. compat-tolua++ is Lua-5.1 compatible version of tolua++ (C++ Lua integration)” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/compat-tolua++-featured.png

Introduction

In this tutorial we learn how to install compat-tolua++ on Fedora 36.

What is compat-tolua++

This is a lua-5.1 compatible version of tolua++. tolua++ is an extended version of tolua, a tool to integrate C/C++ code with Lua. tolua++ includes new features oriented to C++.

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

Install compat-tolua++ 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 compat-tolua++ using dnf by running the following command:

sudo dnf -y install compat-tolua++

Install compat-tolua++ 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 compat-tolua++ using yum by running the following command:

sudo yum -y install compat-tolua++

How To Uninstall compat-tolua++ on Fedora 36

To uninstall only the compat-tolua++ package we can use the following command:

sudo dnf remove compat-tolua++

compat-tolua++ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/fd4f2626aeafcb3076ae147313c249dad70517
/usr/lib/libtolua++-5.1.so
/usr/share/doc/compat-tolua++
/usr/share/doc/compat-tolua++/README
/usr/share/licenses/compat-tolua++
/usr/share/licenses/compat-tolua++/COPYRIGHT

References

Summary

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