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

Last updated: May 16,2024

1. Install "iconc" package

Please follow the steps below to install iconc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install iconc

2. Uninstall "iconc" package

Please follow the guidance below to uninstall iconc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove iconc $ sudo apt autoclean && sudo apt autoremove

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

Package: iconc
Priority: optional
Section: universe/devel
Installed-Size: 9276
Maintainer: Ubuntu Developers
Original-Maintainer: Christian Hudon
Architecture: amd64
Source: icon
Version: 9.4.3-4.2ubuntu1
Depends: libc6 (>= 2.14), gcc, libx11-dev, libxt-dev
Suggests: icont, icon-ipl
Filename: pool/universe/i/icon/iconc_9.4.3-4.2ubuntu1_amd64.deb
Size: 1998724
MD5sum: 4ae7e840fe8247c5b58883f54e281dd1
SHA1: a1124d7d08f7b8e12ad28b84e7ed671d54ef8e87
SHA256: 9e049088839963f384a58f64c95426ef51c6e51a36bf052ef8033eea3e76417d
Description-en: Compiler for Icon, a high-level programming language
Ideal for both complex nonnumerical applications and for situations where
users need quick solutions with a minimum of programming effort, Icon is a
high-level, general purpose programming language with a syntax similar to
Pascal and C. Its applications include: rapid prototyping, analyzing
natural languages, generating computer programs, and artificial
intelligence. (From the back cover of the book "The Icon Programming
Language," by Griswold and Griswold.)
.
This package contains the Icon compiler. It generates programs that
generally run faster than those of the icont/iconx Icon interpreter. On the
other hand, the Icon compiler takes much longer to compile programs and is
more memory-hungry than the iconx/icont pair. As such, the compiler is
probably only useful to speed up the execution of large Icon programs once
they are fully developed and debugged.
Description-md5: a34813963acf268d978c87854895182c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu