How to Install and Uninstall libgc1 Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "libgc1" package
Here is a brief guide to show you how to install libgc1 on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
libgc1
Copied
2. Uninstall "libgc1" package
Here is a brief guide to show you how to uninstall libgc1 on openSuSE Tumbleweed:
$
sudo zypper remove
libgc1
Copied
3. Information about the libgc1 package on openSuSE Tumbleweed
Information for package libgc1:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libgc1
Version : 8.2.6-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 253.0 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 : libgc1
Version : 8.2.6-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 253.0 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.