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

Last updated: May 13,2024

1. Install "gcc13-PIE" package

This guide covers the steps necessary to install gcc13-PIE on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gcc13-PIE

2. Uninstall "gcc13-PIE" package

This guide let you learn how to uninstall gcc13-PIE on openSUSE Leap:

$ sudo zypper remove gcc13-PIE

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

Information for package gcc13-PIE:
----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : gcc13-PIE
Version : 13.2.1+git7813-150000.1.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 264 B
Installed : No
Status : not installed
Source package : gcc13-13.2.1+git7813-150000.1.6.1.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).