How to Install and Uninstall gcc13-PIE Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "gcc13-PIE" package

Please follow the guidance below to install gcc13-PIE on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gcc13-PIE

2. Uninstall "gcc13-PIE" package

Please follow the guidance below to uninstall gcc13-PIE on openSuSE Tumbleweed:

$ sudo zypper remove gcc13-PIE

3. Information about the gcc13-PIE package on openSuSE Tumbleweed

Information for package gcc13-PIE:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gcc13-PIE
Version : 13.2.1+git8285-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 264 B
Installed : No
Status : not installed
Source package : gcc13-13.2.1+git8285-2.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).