How To Install tolua++ on Fedora 36

In this tutorial we learn how to install tolua++ in Fedora 36. tolua++ is A tool to integrate C/C++ code with Lua

Introduction

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

What is 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 tolua++ on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tolua++.

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

sudo dnf -y install tolua++

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

sudo yum -y install tolua++

How To Uninstall tolua++ on Fedora 36

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

sudo dnf remove tolua++

tolua++ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/3b3cf1929a9c799acf5007ba76d925613efe6f
/usr/lib/libtolua++-5.3.so
/usr/share/doc/tolua++
/usr/share/doc/tolua++/README
/usr/share/licenses/tolua++
/usr/share/licenses/tolua++/COPYRIGHT
/usr/share/tolua++
/usr/share/tolua++/all.lua
/usr/share/tolua++/array.lua
/usr/share/tolua++/basic.lua
/usr/share/tolua++/class.lua
/usr/share/tolua++/clean.lua
/usr/share/tolua++/code.lua
/usr/share/tolua++/compat-5.1.lua
/usr/share/tolua++/compat.lua
/usr/share/tolua++/container.lua
/usr/share/tolua++/custom.lua
/usr/share/tolua++/declaration.lua
/usr/share/tolua++/define.lua
/usr/share/tolua++/doit.lua
/usr/share/tolua++/enumerate.lua
/usr/share/tolua++/feature.lua
/usr/share/tolua++/function.lua
/usr/share/tolua++/module.lua
/usr/share/tolua++/namespace.lua
/usr/share/tolua++/operator.lua
/usr/share/tolua++/package.lua
/usr/share/tolua++/template_class.lua
/usr/share/tolua++/typedef.lua
/usr/share/tolua++/variable.lua
/usr/share/tolua++/verbatim.lua

References

Summary

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


title: “How To Install tolua++ on Fedora 36” linkTitle: “tolua++” type: “docs” description: “In this tutorial we learn how to install tolua++ in Fedora 36. tolua++ is A tool to integrate C/C++ code with Lua” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tolua++-featured.png

Introduction

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

What is 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 tolua++ on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tolua++.

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

sudo dnf -y install tolua++

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

sudo yum -y install tolua++

How To Uninstall tolua++ on Fedora 36

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

sudo dnf remove tolua++

tolua++ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/cf80cf1453ada15d40db93ed7af8b52219827d
/usr/lib64/libtolua++-5.3.so
/usr/share/doc/tolua++
/usr/share/doc/tolua++/README
/usr/share/licenses/tolua++
/usr/share/licenses/tolua++/COPYRIGHT
/usr/share/tolua++
/usr/share/tolua++/all.lua
/usr/share/tolua++/array.lua
/usr/share/tolua++/basic.lua
/usr/share/tolua++/class.lua
/usr/share/tolua++/clean.lua
/usr/share/tolua++/code.lua
/usr/share/tolua++/compat-5.1.lua
/usr/share/tolua++/compat.lua
/usr/share/tolua++/container.lua
/usr/share/tolua++/custom.lua
/usr/share/tolua++/declaration.lua
/usr/share/tolua++/define.lua
/usr/share/tolua++/doit.lua
/usr/share/tolua++/enumerate.lua
/usr/share/tolua++/feature.lua
/usr/share/tolua++/function.lua
/usr/share/tolua++/module.lua
/usr/share/tolua++/namespace.lua
/usr/share/tolua++/operator.lua
/usr/share/tolua++/package.lua
/usr/share/tolua++/template_class.lua
/usr/share/tolua++/typedef.lua
/usr/share/tolua++/variable.lua
/usr/share/tolua++/verbatim.lua

References

Summary

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