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

Last updated: May 09,2024

1. Install "ask" package

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

$ sudo apt update $ sudo apt install ask

2. Uninstall "ask" package

Please follow the step by step instructions below to uninstall ask on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ask $ sudo apt autoclean && sudo apt autoremove

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

Package: ask
Priority: extra
Section: universe/science
Installed-Size: 2858
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Version: 1.0.1-2
Depends: python:any (>= 2.6.6-7~), python (>= 2.6), python-argparse, python-numpy, python-scipy, r-base-core (>= 2.5), r-cran-gbm, r-cran-rpart, r-cran-lattice, r-cran-rjson, r-cran-lhs, r-cran-tgp, r-cran-inline, r-cran-foptions
Filename: pool/universe/a/ask/ask_1.0.1-2_all.deb
Size: 2711312
MD5sum: 24aed4adc6d11b6b7351f154c2eaff0e
SHA1: da0a6014f76effddea4f0fc83801dc788af59ec5
SHA256: eb0af04a6fa6de7e5dd987a7a48b905f70326df3500e70d2b930e4a44ea12188
Description-en: Adaptive Sampling Kit for big experimental spaces
Adaptive Sampling Kit (ASK) is a toolkit for sampling big experimental spaces.
When the space is small, the response can be measured for every point in the
space. When the space is large, doing an exhaustive measurement is either not
possible in terms of execution time or simply not practical. ASK tries to find
good approximations of the response by sampling only a small fraction of the
space. ASK features multiple active learning algorithms to prioritize the
exploration of the interesting parts of the experimental space.
Description-md5: f5b7d6876d27069d248c989e12f111bc
Homepage: https://code.google.com/p/adaptive-sampling-kit/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu