How to Install and Uninstall crosstool-ng Package on openSUSE Leap

Last updated: May 03,2024

1. Install "crosstool-ng" package

Please follow the step by step instructions below to install crosstool-ng on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install crosstool-ng

2. Uninstall "crosstool-ng" package

Please follow the instructions below to uninstall crosstool-ng on openSUSE Leap:

$ sudo zypper remove crosstool-ng

3. Information about the crosstool-ng package on openSUSE Leap

Information for package crosstool-ng:
-------------------------------------
Repository : Main Repository
Name : crosstool-ng
Version : 1.24.0-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.4 MiB
Installed : No
Status : not installed
Source package : crosstool-ng-1.24.0-bp155.2.13.src
Upstream URL : http://crosstool-ng.org
Summary : Toolchain building framework
Description :
crosstool-NG aims at building toolchains. Toolchains are an essential component
in a software development project. It will compile, assemble and link the code
that is being developed. Some pieces of the toolchain will eventually end up
in the resulting binary/ies: static libraries are but an example.