How to Install and Uninstall libgc1 Package on openSUSE Leap

Last updated: May 17,2024

1. Install "libgc1" package

Please follow the guidelines below to install libgc1 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libgc1

2. Uninstall "libgc1" package

Here is a brief guide to show you how to uninstall libgc1 on openSUSE Leap:

$ sudo zypper remove libgc1

3. Information about the libgc1 package on openSUSE Leap

Information for package libgc1:
-------------------------------
Repository : Main Repository
Name : libgc1
Version : 7.6.4-1.16
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 200.6 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.