How to Install and Uninstall xmake.x86_64 Package on Fedora 38

Last updated: September 30,2024

1. Install "xmake.x86_64" package

Please follow the step by step instructions below to install xmake.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install xmake.x86_64

2. Uninstall "xmake.x86_64" package

In this section, we are going to explain the necessary steps to uninstall xmake.x86_64 on Fedora 38:

$ sudo dnf remove xmake.x86_64 $ sudo dnf autoremove

3. Information about the xmake.x86_64 package on Fedora 38

Last metadata expiration check: 1:04:04 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : xmake
Version : 2.8.8
Release : 1.fc38
Architecture : x86_64
Size : 122 k
Source : xmake-2.8.8-1.fc38.src.rpm
Repository : updates
Summary : A cross-platform build utility based on Lua
URL : https://xmake.io
License : Apache-2.0
Description : xmake is a lightweight cross-platform build utility based on Lua.
:
: It uses xmake.lua to maintain project builds. Compared with
: makefile/CMakeLists.txt, the configuration syntax is more concise and
: intuitive. It is very friendly to novices and can quickly get started in
: a short time. Let users focus more on actual project development.
:
: It can compile the project directly like Make/Ninja, or generate project
: files like CMake/Meson, and it also has a built-in package management
: system to help users solve the integrated use of C/C++ dependent
: libraries.