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

Last updated: May 14,2024

1. Install "ckon" package

This tutorial shows how to install ckon on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ckon

2. Uninstall "ckon" package

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

$ sudo apt remove ckon $ sudo apt autoclean && sudo apt autoremove

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

Package: ckon
Priority: optional
Section: universe/science
Installed-Size: 271
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Version: 0.7.1-3build1
Depends: libboost-filesystem1.58.0, libboost-program-options1.58.0, libboost-regex1.58.0, libboost-system1.58.0, libc6 (>= 2.14), libcurl3 (>= 7.16.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2)
Filename: pool/universe/c/ckon/ckon_0.7.1-3build1_amd64.deb
Size: 87824
MD5sum: bbf815d486af7ae520f9fcd3fd9dd30b
SHA1: 8b2157fd2b7909b8616e9db72f3830a2aa85551f
SHA256: cf55e65af69d3120c620e5d0f4f68a4c7bfefcd570a0a685830d4da598dfbff6
Description-en: automatic build tool for ROOT data analysis software
ckon is a C++ program/tool which automatically takes care of compilation,
dictionary generation and linking of programs and libraries developed for data
analyses within the CERN ROOT analysis framework. This includes parsing
include headers to figure out which libraries the main programs need to be
linked to. It uses automake/autoconf to be platform independent and GNU
install compliant. In addition, m4 macros are automatically downloaded and the
according compiler flags included based on a list of boost libraries provided
in the config file. For the purpose of YAML database usage, a m4 macro can be
downloaded during setup to link against the yaml-cpp library.
Description-md5: 966f350773289fc904dac638da9a29a0
Homepage: http://tschaume.github.com/ckon
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu