How to Install and Uninstall meson Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "meson" package

Please follow the steps below to install meson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install meson

2. Uninstall "meson" package

Here is a brief guide to show you how to uninstall meson on openSuSE Tumbleweed:

$ sudo zypper remove meson

3. Information about the meson package on openSuSE Tumbleweed

Information for package meson:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : meson
Version : 1.3.2-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 12.9 MiB
Installed : No
Status : not installed
Source package : meson-1.3.2-2.1.src
Upstream URL : https://mesonbuild.com/
Summary : Python-based build system
Description :
Meson is a build system designed to optimise programmer productivity.
It aims to do this by providing support for software development
tools and practices, such as unit tests, coverage reports, Valgrind,
CCache and the like. Supported languages include C, C++, Fortran,
Java, Rust. Build definitions are written in a non-turing complete
Domain Specific Language.