How to Install and Uninstall premake4 Package on openSuSE Tumbleweed

Last updated: May 04,2024

1. Install "premake4" package

This guide covers the steps necessary to install premake4 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install premake4

2. Uninstall "premake4" package

This guide covers the steps necessary to uninstall premake4 on openSuSE Tumbleweed:

$ sudo zypper remove premake4

3. Information about the premake4 package on openSuSE Tumbleweed

Information for package premake4:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : premake4
Version : 4.4beta4-7.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 228.5 KiB
Installed : No
Status : not installed
Source package : premake4-4.4beta4-7.1.src
Upstream URL : http://industriousone.com/premake
Summary : Powerfully simple build configuration
Description :
Premake is a build configuration tool. Describe your C, C++, or C# software project
using a simple, easy to read syntax and let Premake generate the project files for:
* Microsoft Visual Studio including the Express editions
* GNU Make, including Cygwin and MinGW
* Apple Xcode
* Code::Blocks
* CodeLite
* IC#Code SharpDevelop
* MonoDevelop