How To Install lua-devel on Fedora 36
Introduction
In this tutorial we learn how to install lua-devel
on Fedora 36.
What is lua-devel
This package contains development files for lua.
We can use yum
or dnf
to install lua-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua-devel.
Install lua-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install lua-devel
Install lua-devel 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-devel
using yum
by running the following command:
sudo yum -y install lua-devel
How To Uninstall lua-devel on Fedora 36
To uninstall only the lua-devel
package we can use the following command:
sudo dnf remove lua-devel
lua-devel Package Contents on Fedora 36
/usr/include/lauxlib.h
/usr/include/lua.h
/usr/include/lua.hpp
/usr/include/luaconf-i386.h
/usr/include/luaconf.h
/usr/include/lualib.h
/usr/lib/liblua.so
/usr/lib/pkgconfig/lua.pc
---
title: "How To Install lua-devel on Fedora 36"
linkTitle: "lua-devel"
type: “docs”
References
description: “In this tutorial we learn how to install lua-devel in Fedora 36. lua-devel is Development files for lua”
date: “2022-08-17”
- lua-devel website lastmod: “2022-08-17”
#image: /images/fedora/36/lua-devel-featured.png
Summary
Introduction
In this tutorial we learn how to install lua-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
In this tutorial we learn how to install lua-devel
on Fedora 36.
What is lua-devel
This package contains development files for lua.
We can use yum
or dnf
to install lua-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua-devel.
Install lua-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install lua-devel
Install lua-devel 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-devel
using yum
by running the following command:
sudo yum -y install lua-devel
How To Uninstall lua-devel on Fedora 36
To uninstall only the lua-devel
package we can use the following command:
sudo dnf remove lua-devel
lua-devel Package Contents on Fedora 36
/usr/include/lauxlib.h
/usr/include/lua.h
/usr/include/lua.hpp
/usr/include/luaconf-x86_64.h
/usr/include/luaconf.h
/usr/include/lualib.h
/usr/lib64/liblua.so
/usr/lib64/pkgconfig/lua.pc
References
Summary
In this tutorial we learn how to install lua-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).