How to Install and Uninstall mage Package on openSUSE Leap

Last updated: June 24,2024

1. Install "mage" package

This tutorial shows how to install mage on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install mage

2. Uninstall "mage" package

Please follow the guidance below to uninstall mage on openSUSE Leap:

$ sudo zypper remove mage

3. Information about the mage package on openSUSE Leap

Information for package mage:
-----------------------------
Repository : Main Repository
Name : mage
Version : v1.11.0~git0.07afc7d-bp155.1.40
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.1 MiB
Installed : No
Status : not installed
Source package : mage-v1.11.0~git0.07afc7d-bp155.1.40.src
Upstream URL : https://github.com/magefile/mage
Summary : A make-like build tool using Go
Description :
Mage is a make-like build tool using Go. You write plain-old go functions, and Mage automatically uses them as Makefile-like runnable targets.