How To Install lutok-devel on Fedora 36
Introduction
In this tutorial we learn how to install lutok-devel
on Fedora 36.
What is lutok-devel
Provides the libraries and header files to develop applications that use the Lutok C++ API to Lua.
We can use yum
or dnf
to install lutok-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lutok-devel.
Install lutok-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 lutok-devel
using dnf
by running the following command:
title: “How To Install lutok-devel on Fedora 36” linkTitle: “lutok-devel” type: “docs” description: “In this tutorial we learn how to install lutok-devel in Fedora 36. lutok-devel is Libraries and header files for Lutok development” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lutok-devel-featured.png
Introduction
In this tutorial we learn how to install lutok-devel
on Fedora 36.
What is lutok-devel
> Provides the libraries and header files to develop applications that use the Lutok C++ API to Lua.
sudo dnf -y install lutok-devel
We can use yum
or dnf
to install lutok-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lutok-devel.
Install lutok-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
Install lutok-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
sudo yum makecache --refresh
sudo dnf makecache --refresh
After updating yum database, We can install lutok-devel
using yum
by running the following command:
After updating yum database, We can install `lutok-devel` using `dnf` by running the following command:
sudo yum -y install lutok-devel
```bash
How To Uninstall lutok-devel on Fedora 36
To uninstall only the lutok-devel
package we can use the following command:
sudo dnf remove lutok-devel
lutok-devel Package Contents on Fedora 36
sudo dnf -y install lutok-devel
Install lutok-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 lutok-devel
using yum
by running the following command:
sudo yum -y install lutok-devel
How To Uninstall lutok-devel on Fedora 36
To uninstall only the lutok-devel
package we can use the following command:
sudo dnf remove lutok-devel
/usr/include/lutok /usr/include/lutok/c_gate.hpp /usr/include/lutok/debug.hpp /usr/include/lutok/exceptions.hpp /usr/include/lutok/operations.hpp /usr/include/lutok/stack_cleaner.hpp /usr/include/lutok/state.hpp /usr/include/lutok/state.ipp /usr/include/lutok/test_utils.hpp /usr/lib/liblutok.so /usr/lib/pkgconfig/lutok.pc
lutok-devel Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install lutok-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/lutok /usr/include/lutok/c_gate.hpp /usr/include/lutok/debug.hpp /usr/include/lutok/exceptions.hpp /usr/include/lutok/operations.hpp /usr/include/lutok/stack_cleaner.hpp /usr/include/lutok/state.hpp /usr/include/lutok/state.ipp /usr/include/lutok/test_utils.hpp /usr/lib64/liblutok.so /usr/lib64/pkgconfig/lutok.pc
## References
* [lutok-devel website](http://code.google.com/p/lutok/)
## Summary
In this tutorial we learn how to install `lutok-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).