How to Install and Uninstall crosstool-ng Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "crosstool-ng" package

Please follow the guidelines below to install crosstool-ng on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install crosstool-ng

2. Uninstall "crosstool-ng" package

Please follow the step by step instructions below to uninstall crosstool-ng on openSuSE Tumbleweed:

$ sudo zypper remove crosstool-ng

3. Information about the crosstool-ng package on openSuSE Tumbleweed

Information for package crosstool-ng:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : crosstool-ng
Version : 1.25.0-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.8 MiB
Installed : No
Status : not installed
Source package : crosstool-ng-1.25.0-1.6.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.