How to Install and Uninstall scons Package on openSUSE Leap

Last updated: May 16,2024

1. Install "scons" package

Please follow the step by step instructions below to install scons on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install scons

2. Uninstall "scons" package

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

$ sudo zypper remove scons

3. Information about the scons package on openSUSE Leap

Information for package scons:
------------------------------
Repository : Main Repository
Name : scons
Version : 3.1.2-2.13
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 5.7 MiB
Installed : No
Status : not installed
Source package : scons-3.1.2-2.13.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.