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

Last updated: July 03,2024

1. Install "gcc14-PIE" package

This guide let you learn how to install gcc14-PIE on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gcc14-PIE

2. Uninstall "gcc14-PIE" package

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

$ sudo zypper remove gcc14-PIE

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

Information for package gcc14-PIE:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gcc14-PIE
Version : 14.0.1+git8957-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 264 B
Installed : No
Status : not installed
Source package : gcc14-14.0.1+git8957-1.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).