How to Install and Uninstall premake.x86_64 Package on Fedora 39

Last updated: September 25,2024

1. Install "premake.x86_64" package

This is a short guide on how to install premake.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install premake.x86_64

2. Uninstall "premake.x86_64" package

Please follow the guidance below to uninstall premake.x86_64 on Fedora 39:

$ sudo dnf remove premake.x86_64 $ sudo dnf autoremove

3. Information about the premake.x86_64 package on Fedora 39

Last metadata expiration check: 2:35:05 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : premake
Version : 5.0.0
Release : 2.20231215git78afb22.fc39
Architecture : x86_64
Size : 805 k
Source : premake-5.0.0-2.20231215git78afb22.fc39.src.rpm
Repository : updates
Summary : Cross-platform build configuration tool
URL : https://premake.github.io/
License : BSD-3-Clause
Description : Premake is a command line utility which reads a scripted definition of a
: software project, then uses it to perform build configuration tasks or generate
: project files for toolsets like Visual Studio, Xcode, and GNU Make. Premake's
: scripts are little Lua programs, so the sky's the limit!