How to Install and Uninstall chicken-bin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "chicken-bin" package

Please follow the guidelines below to install chicken-bin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install chicken-bin

2. Uninstall "chicken-bin" package

In this section, we are going to explain the necessary steps to uninstall chicken-bin on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove chicken-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the chicken-bin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: chicken-bin
Priority: optional
Section: universe/interpreters
Installed-Size: 5002
Maintainer: Ubuntu Developers
Original-Maintainer: Davide Puricelli (evo)
Architecture: amd64
Source: chicken
Version: 4.9.0.1-1
Replaces: chicken, chicken-dev
Depends: libc6 (>= 2.4), libchicken7 (>= 4.9.0.1), libchicken-dev (= 4.9.0.1-1)
Conflicts: chicken, chicken-dev
Filename: pool/universe/c/chicken/chicken-bin_4.9.0.1-1_amd64.deb
Size: 1019612
MD5sum: 91014759b9a1c2c7ea33c9c863e618d2
SHA1: 338bda8d84cce9c014fe25171248cda95416e56c
SHA256: 42ca48960aff74df31aa7b394b4bef505c110336815c7bf1689a1c91df96e1a6
Description-en: Practical and portable Scheme system - compiler
CHICKEN is a Scheme compiler which compiles a subset of R5RS into C.
It uses the ideas presented in Baker's paper "Cheney on the MTA", and
has a small core and is easily extendable.
.
This package contains the compiler.
Description-md5: a2b8f17a423d7f435cd562848391bee4
Homepage: http://www.call-cc.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu