On Ubuntu 10.04 I had installed the GNU Pascal Compiler (package gpc).
After moving to Ubuntu 12.04 / 64 bit I cannot find the package any more. Google and the GNU Pascal homepage did not help much.
So I wanted to ask if the package has been discontinued, renamed, or moved to a different repository.
It appears that gpc was removed from Debian (and subsequently Ubuntu) in February 2011 due to the project being unmaintained/discontinued.
PPA versions of the GNU Pascal Compiler for Ubuntu can be downloaded from https://launchpad.net/~ueter/+archive/ubuntu/gpc-3.4
Not exactly gpc, but if you don't mind an alternative, you could use Free Pascal. This will install the IDE and compiler:
Note that the IDE is terminal based. To start it from the prompt:
For reference, see http://fusharblog.com/installing-free-pascal-in-ubuntu/
You can install the Free Pascal compiler alone using the command:
...then invoke and run a simple program such as:
...using the following commands:
you could try getting an rpm and converting it using alien, as per this post on the gpc mailing list: http://www.g-n-u.de/pipermail/gpc/2013-June/015249.html
quote:
You might be able to use one of these. https://software.opensuse.org/package/gpc
I converted the Fedora package with 'Alien' and its working for me on Debian (64 bit).