A package with PAKCS release 2.2.0 is available with Ubuntu 20.04. If you run this OS, PAKCS can be installed with the command
> sudo apt install pakcs
Newer versions of PAKCS are also available asDocker images. Thus, if you do not want to compile PAKCS from source code (see below), e.g., since you use an unsupported operating system, you can run aDocker image of PAKCS. This image contains the interactive environment as well as some basic tools, like CPM (the Curry Package Manager), CurryCheck (a property test tool), CurryDoc (a documentation generator), CurryPP (a preprocessor implementing some extensions for Curry), and an interface viewing tool (invoked by the PAKCS command:interface). The latest docker image is based on Ubuntu (24.04) and SWI-Prolog, but everything is contained in this image. To run PAKCS with the Docker image, you need aDocker installation on your machine and run the command
> docker run -it currylang/pakcs
This command starts the interactive PAKCS environment. However, in order to compile and execute your Curry programs stored in your local file system or to use the tools contained in the Docker image, one has to run the image with appropriate options. For this purpose, Unix/Linux users can use thePAKCS docker shell script to run PAKCS and other tools with the Docker image. For instance, to run the latest dockerized version of PAKCS, execute
> curl -sSL -o pakcs.sh https://www.curry-lang.org/pakcs/pakcs-docker.sh > sh pakcs.sh
If you want to install some specific release of PAKCS (see below), you can download and install this release directly. These releases are intended to run on Linux or Mac OS X systems. The installation requires an installed Prolog system, e.g.:
If they are already installed on your system and you have thenames of their executables in your path (sicstus for SICStus-Prolog,swipl for SWI-Prolog), you can install PAKCSby decoding the tar archive and a "make" command, e.g., by
tar xvzf pakcs-<version>-xxx-Linux.tar.gz cd pakcs-<version> make
(see also theinstallation instructionsfor more details).
If you install PAKCS from the source code distribution, you need also theGlasgow Haskell Compiler andCabal,a Haskell package management system,to compile the front end of PAKCS.For instance, if you run Ubuntu Linux, you can easily installthese packages by
sudo apt-get install ghc cabal-install
Below you will the latest version of PAKCS and some older major releases.The following material is useful if you want to install the PAKCS distribution:
Look into therelease notesto see what has been changed in this release.
Look into therelease notesto see what has been changed in this release.
| Description | File |
|---|---|
| Source code (requiresHaskell stack v2.x) | pakcs-3.9.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-3.9.0-amd64-Linux.tar.gz (built on Ubuntu 24.04) |
| Manual | pakcs-3.9.0-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresHaskell stack v2.x) | pakcs-3.8.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-3.8.0-amd64-Linux.tar.gz (built on Debian 11) |
| Manual | pakcs-3.8.0-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresHaskell stack v2.x) | pakcs-3.7.2-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-3.7.2-amd64-Linux.tar.gz (built on Debian 11) |
| Manual | pakcs-3.7.2-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresHaskell stack v2.x) | pakcs-3.7.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-3.7.0-amd64-Linux.tar.gz (built on Debian 11) |
| Manual | pakcs-3.7.0-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresHaskell stack v2.x) | pakcs-3.6.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-3.6.0-amd64-Linux.tar.gz (built on Debian 10) |
| Manual | pakcs-3.6.0-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresHaskell stack v2.x) | pakcs-3.5.2-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-3.5.2-amd64-Linux.tar.gz (built on Debian 10) |
| Manual | pakcs-3.5.2-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresHaskell stack v2.x) | pakcs-3.5.1-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-3.5.1-amd64-Linux.tar.gz (built on Debian 10) |
| Manual | pakcs-3.5.1-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresHaskell stack v2.x) | pakcs-3.5.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-3.5.0-amd64-Linux.tar.gz (built on Debian 10) |
| Manual | pakcs-3.5.0-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresHaskell stack v2.x) | pakcs-3.4.2-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-3.4.2-amd64-Linux.tar.gz (built on Debian 9.13) |
| Manual | pakcs-3.4.2-manual.pdf |
Release with classData and new base library structure:
| Description | File |
|---|---|
| Source code (requiresHaskell stack v2.x) | pakcs-3.3.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-3.3.0-amd64-Linux.tar.gz (built on Debian 9.4) |
| Manual | pakcs-3.3.0-manual.pdf |
Release with classData and new base library structure:
| Description | File |
|---|---|
| Source code (requiresHaskell stack v2.x) | pakcs-3.2.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-3.2.0-amd64-Linux.tar.gz (built on Debian 9.4) |
| Manual | pakcs-3.2.0-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-2.3.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-2.3.0-amd64-Linux.tar.gz (built on Debian 9.4) |
| Manual | pakcs-2.3.0-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-2.2.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-2.2.0-amd64-Linux.tar.gz (built on Debian 9.4) |
| Manual | pakcs-2.2.0-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-2.1.2-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-2.1.2-amd64-Linux.tar.gz (built on Debian 9.4) |
| Manual | pakcs-2.1.2-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-2.1.1-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-2.1.1-amd64-Linux.tar.gz (built on Debian 9.4) |
| Manual | pakcs-2.1.1-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-2.1.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-2.1.0-amd64-Linux.tar.gz (built on Debian 9.4) |
| Manual | pakcs-2.1.0-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-2.0.2-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-2.0.2-amd64-Linux.tar.gz (built on Debian 9.4) |
| Manual | pakcs-2.0.2-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-2.0.1-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-2.0.1-amd64-Linux.tar.gz (built on Debian 8.9) |
| Manual | pakcs-2.0.1-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.15.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-1.15.0-amd64-Linux.tar.gz (built on Debian 8.10) |
| Manual | pakcs-1.15.0-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.14.2-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-1.14.2-amd64-Linux.tar.gz (built on Debian 8.7) |
| Manual | pakcs-1.14.2-manual.pdf |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.14.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-1.14.0-amd64-Linux.tar.gz (built on Debian 8.4) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.13.1-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-1.13.1-amd64-Linux.tar.gz (built on Debian 8.1) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.13.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-1.13.0-amd64-Linux.tar.gz (built on Debian 8.1) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.12.0-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-1.12.0-amd64-Linux.tar.gz (built on Debian 8.1) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.11.5-src.tar.gz |
| Linux / x86_64 (64bit) | pakcs-1.11.5-amd64-Linux.tar.gz (built on Debian 7.8) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.11.4-src.tar.gz |
| Linux / x86 (32bit) | pakcs-1.11.4-i386-Linux.tar.gz (built on Debian 7.3) |
| Linux / x86_64 (64bit) | pakcs-1.11.4-amd64-Linux.tar.gz (built on Debian 7.3) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.11.3-src.tar.gz |
| Linux / x86 (32bit) | pakcs-1.11.3-i386-Linux.tar.gz (built on Debian 7.3) |
| Linux / x86_64 (64bit) | pakcs-1.11.3-amd64-Linux.tar.gz (built on Debian 7.3) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.11.2-src.tar.gz |
| Linux / x86 (32bit) | pakcs-1.11.2-i386-Linux.tar.gz (built on Debian 6.0) |
| Linux / x86_64 (64bit) | pakcs-1.11.2-amd64-Linux.tar.gz (built on Debian 6.0) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.11.1-src.tar.gz |
| Linux / x86 (32bit) | pakcs-1.11.1-i386-Linux.tar.gz (built on Debian 6.0) |
| Linux / x86_64 (64bit) | pakcs-1.11.1-amd64-Linux.tar.gz (built on Debian 6.0) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.11.1-src.tar.gz |
| Linux / x86 (32bit) | pakcs-1.11.1-i386-Linux.tar.gz (built on Debian 6.0) |
| Linux / x86_64 (64bit) | pakcs-1.11.1-amd64-Linux.tar.gz (built on Debian 6.0) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs-1.11.0-src.tar.gz |
| Linux / x86 (32bit) | pakcs-1.11.0-i386-Linux.tar.gz (built on Debian 6.0) |
| Linux / x86_64 (64bit) | pakcs-1.11.0-amd64-Linux.tar.gz (built on Debian 6.0) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs_1.10.1_src.tar.gz |
| Linux / x86 (32bit) | pakcs_1.10.1_Linux.tar.gz (built on Debian 6.0) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs_1.10.0_src.tar.gz |
| Linux / x86 | pakcs_1.10.0_Linux.tar.gz (built on Debian 5.0) |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs_1.9.2_src.tar.gz |
| Linux / x86 | pakcs_1.9.2_Linux.tar.gz (built on Debian 4.0) |
| SunOS / Sparc | pakcs_1.9.2_SunOS.tar.gz (built on SunOS 5.10) |
| Mac OS X / Intel | pakcs_1.9.2_Darwin.tar.gz |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs_1.9.1_src.tar.gz |
| Linux / x86 | pakcs_1.9.1_Linux.tar.gz (built on Debian 4.0) |
| SunOS / Sparc | pakcs_1.9.1_SunOS.tar.gz (built on SunOS 5.10) |
| Mac OS X / Intel | pakcs_1.9.1_Darwin.tar.gz |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs_1.9.0_src.tar.gz |
| Linux / x86 | pakcs_1.9.0_Linux.tar.gz (built on SuSE 9.1) |
| SunOS / Sparc | pakcs_1.9.0_SunOS.tar.gz (built on SunOS 5.10) |
| Mac OS X / PowerPC | pakcs_1.9.0_Darwin.tar.gz |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs_1.8.1_src.tar.gz |
| Linux / x86 | pakcs_1.8.1_Linux.tar.gz (built on SuSE 9.1) |
| SunOS / Sparc | pakcs_1.8.1_SunOS.tar.gz (built on SunOS 5.10) |
| Mac OS X / PowerPC | pakcs_1.8.1_Darwin.tar.gz |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs_1.8.0_src.tar.gz |
| Linux / x86 | pakcs_1.8.0_Linux.tar.gz (built on SuSE 9.1) |
| SunOS / Sparc | pakcs_1.8.0_SunOS.tar.gz (built on SunOS 5.10) |
| Mac OS X / PowerPC | pakcs_1.8.0_Darwin.tar.gz |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs_1.7.3_src.tar.gz |
| Linux / x86 | pakcs_1.7.3_Linux.tar.gz (built on SuSE 9.1) |
| SunOS / Sparc | pakcs_1.7.3_SunOS.tar.gz (built on SunOS 5.10) |
| Mac OS X / PowerPC | pakcs_1.7.3_Darwin.tar.gz |
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs_1.7.2_src.tar.gz |
| Linux / x86 | pakcs_1.7.2_Linux.tar.gz (built on SuSE 9.1) |
| SunOS / Sparc | pakcs_1.7.2_SunOS.tar.gz (built on SunOS 5.9) |
| Mac OS X / PowerPC | pakcs_1.7.2_Darwin.tar.gz |
Note:This version is almost compatible with the Curry language asdescribed in the Curry report version 0.8.2.
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs_1.7.1_src.tar.gz |
| Linux / x86 | pakcs_1.7.1_Linux.tar.gz (built on SuSE 9.1) |
| SunOS / Sparc | pakcs_1.7.1_SunOS.tar.gz (built on SunOS 5.9) |
| Mac OS X / PowerPC | pakcs_1.7.1_Darwin.tar.gz |
Note:In contrast to older releases (1.6.x),this version contains a new improved front-end adapted from theMünster Curry Compiler.Furthermore, this version is also executable with the free software systemSWI-Prolog.
| Description | File |
|---|---|
| Source code (requiresghc) | pakcs_1.7.0_src.tar.gz |
| Linux / x86 | pakcs_1.7.0_Linux.tar.gz (built on SuSE 9.1) |
| SunOS / Sparc | pakcs_1.7.0_SunOS.tar.gz (built on SunOS 5.9) |
Note:In contrast to older releases (1.6.x),this version contains a new improved front-end adapted from theMünster Curry Compiler.Furthermore, this version is also executable with the free software systemSWI-Prolog.
The following older releases require an installedJava system:| Description | File |
|---|---|
| Source code | pakcs_1.6.1.tgz |
| Source code with precompiled libraries | pakcs_1.6.1_lib.tgz |
Note:The distribution with precompiled libraries is slightly larger butneeds considerable less time for the installation.
| Description | File |
|---|---|
| Source code | pakcs_1.6.0.tgz |