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

Last updated: May 20,2024

1. Install "gcc10-PIE" package

In this section, we are going to explain the necessary steps to install gcc10-PIE on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gcc10-PIE

2. Uninstall "gcc10-PIE" package

This tutorial shows how to uninstall gcc10-PIE on openSUSE Leap:

$ sudo zypper remove gcc10-PIE

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

Information for package gcc10-PIE:
----------------------------------
Repository : Main Repository
Name : gcc10-PIE
Version : 10.4.0+git2794-150000.1.9.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 242 B
Installed : No
Status : not installed
Source package : gcc10-10.4.0+git2794-150000.1.9.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).