How to Install and Uninstall gcc-PIE Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "gcc-PIE" package
Please follow the steps below to install gcc-PIE on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
gcc-PIE
Copied
2. Uninstall "gcc-PIE" package
In this section, we are going to explain the necessary steps to uninstall gcc-PIE on openSuSE Tumbleweed:
$
sudo zypper remove
gcc-PIE
Copied
3. Information about the gcc-PIE package on openSuSE Tumbleweed
Information for package gcc-PIE:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gcc-PIE
Version : 13-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 0 B
Installed : No
Status : not installed
Source package : gcc-13-2.1.src
Upstream URL : http://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).
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gcc-PIE
Version : 13-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 0 B
Installed : No
Status : not installed
Source package : gcc-13-2.1.src
Upstream URL : http://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).