How to Install and Uninstall gc-devel Package on openSUSE Leap
Last updated: November 05,2024
1. Install "gc-devel" package
Please follow the instructions below to install gc-devel on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
gc-devel
Copied
2. Uninstall "gc-devel" package
Please follow the instructions below to uninstall gc-devel on openSUSE Leap:
$
sudo zypper remove
gc-devel
Copied
3. Information about the gc-devel package on openSUSE Leap
Information for package gc-devel:
---------------------------------
Repository : Main Repository
Name : gc-devel
Version : 7.6.4-1.16
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 509.0 KiB
Installed : No
Status : not installed
Source package : gc-7.6.4-1.16.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 : Main Repository
Name : gc-devel
Version : 7.6.4-1.16
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 509.0 KiB
Installed : No
Status : not installed
Source package : gc-7.6.4-1.16.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.