How to Install and Uninstall gc-devel Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "gc-devel" package
This tutorial shows how to install gc-devel on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
gc-devel
Copied
2. Uninstall "gc-devel" package
This tutorial shows how to uninstall gc-devel on openSuSE Tumbleweed:
$
sudo zypper remove
gc-devel
Copied
3. Information about the gc-devel package on openSuSE Tumbleweed
Information for package gc-devel:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gc-devel
Version : 8.2.6-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 505.7 KiB
Installed : No
Status : not installed
Source package : gc-8.2.6-1.1.src
Upstream URL : http://www.hboehm.info/gc/
Summary : A garbage collector for C and C++
Description :
The Boehm-Demers-Weiser conservative garbage collector can be used as a
garbage collecting replacement for C malloc or C++ new. It allows you
to allocate memory basically as you normally would, without explicitly
deallocating memory that is no longer useful. The collector
automatically recycles memory when it determines that it can no longer
be otherwise accessed.
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gc-devel
Version : 8.2.6-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 505.7 KiB
Installed : No
Status : not installed
Source package : gc-8.2.6-1.1.src
Upstream URL : http://www.hboehm.info/gc/
Summary : A garbage collector for C and C++
Description :
The Boehm-Demers-Weiser conservative garbage collector can be used as a
garbage collecting replacement for C malloc or C++ new. It allows you
to allocate memory basically as you normally would, without explicitly
deallocating memory that is no longer useful. The collector
automatically recycles memory when it determines that it can no longer
be otherwise accessed.