How to Install and Uninstall posix_cc Package on openSUSE Leap

Last updated: May 14,2024

1. Install "posix_cc" package

Here is a brief guide to show you how to install posix_cc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install posix_cc

2. Uninstall "posix_cc" package

Learn how to uninstall posix_cc on openSUSE Leap:

$ sudo zypper remove posix_cc

3. Information about the posix_cc package on openSUSE Leap

Information for package posix_cc:
---------------------------------
Repository : Main Repository
Name : posix_cc
Version : 1.4-bp155.3.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 24.5 KiB
Installed : No
Status : not installed
Source package : posix_cc-1.4-bp155.3.11.src
Summary : POSIX 1003.2 and 1003.1 2001 C Language Compilers
Description :
c89 is the name of the C language compiler as required by the POSIX
1003.2 standard, while c99 is the name required by the POSIX 1003.1
2001 standard. Both are actually wrappers for gcc, passing it the
options required to make it conform to said standards in addition to
the options passed via the command line.
Both will only accept those options mandated by the respective
standards.