How to Install and Uninstall kuipc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "kuipc" package

This guide let you learn how to install kuipc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install kuipc

2. Uninstall "kuipc" package

This guide covers the steps necessary to uninstall kuipc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove kuipc $ sudo apt autoclean && sudo apt autoremove

3. Information about the kuipc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: kuipc
Priority: optional
Section: universe/devel
Installed-Size: 149
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: cernlib
Version: 20061220+dfsg3-4.2
Depends: libc6 (>= 2.14), cernlib-base
Recommends: cernlib-base-dev, libpacklib1-dev
Suggests: libpacklib-lesstif1-dev
Filename: pool/universe/c/cernlib/kuipc_20061220+dfsg3-4.2_amd64.deb
Size: 49202
MD5sum: e174703eb36fe193b51bf7d7e1a2b140
SHA1: f146ed67c7dd38df7a75506df4e2b610aa85091a
SHA256: aaf3450c43c147960e238711c0144fffe43ff91994de3102f079102112e25e7a
Description-en: CERNLIB data analysis suite - KUIP compiler
CERNLIB is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
.
KUIPC, the Kit for a User Interface Package Compiler, is a tool to simplify
the writing of a program's user interface code. It takes
a Command Definition File (CDF) as input, which describes the
commands to be understood by the program, and outputs C or FORTRAN code that
makes the appropriate function calls to set up the user interface. This
code can then be compiled and linked with the rest of the program. Since
the generated code uses KUIP routines, the program must also be linked
against the Packlib library that contains them.
.
KUIPC is no longer actively developed, so aside from its use in the build
process of CERNLIB, it is of mainly historical interest.
Description-md5: 62757e83b2233924c839fd8bf19fe598
Homepage: http://cernlib.web.cern.ch/cernlib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu