How to Install and Uninstall pcc.x86_64 Package on Fedora 39

Last updated: November 26,2024

1. Install "pcc.x86_64" package

This is a short guide on how to install pcc.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install pcc.x86_64

2. Uninstall "pcc.x86_64" package

In this section, we are going to explain the necessary steps to uninstall pcc.x86_64 on Fedora 39:

$ sudo dnf remove pcc.x86_64 $ sudo dnf autoremove

3. Information about the pcc.x86_64 package on Fedora 39

Last metadata expiration check: 3:47:16 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : pcc
Version : 1.1.0
Release : 1.1.20200203cvs.fc39.7
Architecture : x86_64
Size : 457 k
Source : pcc-1.1.0-1.1.20200203cvs.fc39.7.src.rpm
Repository : fedora
Summary : The Portable C Compiler
URL : http://pcc.ludd.ltu.se/
License : BSD with advertising and BSD and ISC
Description : The compiler is based on the original Portable C Compiler by Stephen
: C. Johnson, written in the late 70's. Even though much of the
: compiler has been rewritten, some of the basics still remain.
:
: PCC debuted in Unix Version 7 and replaced the DMR compiler (Dennis
: Ritchie's original C compiler) in both System V and the BSD 4.x
: releases. Some history about pcc is in the A History of UNIX before
: Berkeley: UNIX Evolution: 1975-1984 and in the Evolution of C.
:
: About 50% of the front-end code and 80% of the back-end code has been
: rewritten. Most stuff is written by Anders Magnusson, with the
: exception of the data-flow analysis part and the SSA conversion code
: which is written by Peter A. Jonsson, and the Mips port that were
: written as part of a project by undergraduate students at Luleå
: University of Technology (LTU).