How to Install and Uninstall gcc11-PIE Package on openSUSE Leap

Last updated: September 28,2024

1. Install "gcc11-PIE" package

Here is a brief guide to show you how to install gcc11-PIE on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gcc11-PIE

2. Uninstall "gcc11-PIE" package

Please follow the guidance below to uninstall gcc11-PIE on openSUSE Leap:

$ sudo zypper remove gcc11-PIE

3. Information about the gcc11-PIE package on openSUSE Leap

Information for package gcc11-PIE:
----------------------------------
Repository : Main Repository
Name : gcc11-PIE
Version : 11.3.0+git1637-150000.1.11.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 242 B
Installed : No
Status : not installed
Source package : gcc11-11.3.0+git1637-150000.1.11.2.src
Upstream URL : https://gcc.gnu.org/
Summary : A default configuration to build all binaries in PIE mode
Description :
This package contains a configuration file (spec) that changes the
compilers default setting to build all ELF binaries in the Position
Independend Executable (PIE) variant. This enables better address
space randomization (ASLR).