How to Install and Uninstall scons Package on openSuSE Tumbleweed

Last updated: November 21,2024

1. Install "scons" package

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

$ sudo zypper refresh $ sudo zypper install scons

2. Uninstall "scons" package

In this section, we are going to explain the necessary steps to uninstall scons on openSuSE Tumbleweed:

$ sudo zypper remove scons

3. Information about the scons package on openSuSE Tumbleweed

Information for package scons:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : scons
Version : 4.5.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 20.4 MiB
Installed : No
Status : not installed
Source package : scons-4.5.2-1.4.src
Upstream URL : https://www.scons.org/
Summary : Replacement for Make
Description :
SCons is a make replacement that provides a range of enhanced features,
such as automated dependency generation and built-in compilation cache
support. SCons rule sets are Python scripts, which means that SCons
provides itself as well as the features. SCons allows you to use the
full power of Python to control compilation.