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

Last updated: May 21,2024

1. Install "cain" package

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

$ sudo apt update $ sudo apt install cain

2. Uninstall "cain" package

Please follow the steps below to uninstall cain on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cain $ sudo apt autoclean && sudo apt autoremove

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

Package: cain
Priority: extra
Section: universe/science
Installed-Size: 15999
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Version: 1.10+dfsg-1
Depends: python:any (>= 2.6.6-7~), python (<< 3.0), python-wxgtk3.0, python-matplotlib, python-numpy, python-scipy, python-sympy, cain-solvers
Recommends: cain-examples
Filename: pool/universe/c/cain/cain_1.10+dfsg-1_all.deb
Size: 10716870
MD5sum: 61cd1890131eb64ff7518ca00448f4ea
SHA1: 98ac0535cf87b9738b5dad40add57f696b249161
SHA256: fa67b214a7507b5dcbcc1b7b953ed99a9e2dc8ec04967f5d55cab441b2e4073a
Description-en: simulations of chemical reactions
Cain performs stochastic and deterministic simulations of chemical reactions.
It can spawn multiple simulation processes to utilize multi-core computers.
It stores models, methods, and simulation output (populations and reaction
counts) in an XML format. In addition, SBML models can be imported and
exported. The models and methods can be read from input files or edited
within the program.
.
The GUI (Graphical User Interface) is written in Python and uses the wxPython
toolkit. Most of the solvers are implemented as command line executables,
written in C++, which are driven by Cain. This makes it easy to launch batch
jobs. It also simplifies the process of adding new solvers. Cain offers a
variety of solvers:
* Gillespie's direct method.
* Gillespie's first reaction method.
* Gibson and Bruck's next reaction method.
* Tau-leaping.
* Hybrid direct/tau-leaping.
* ODE integration.
.
This package provides the architecture independent files for cain
Description-md5: 32f2ef4bc55ab0f7152227e3bc872b75
Homepage: http://cain.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu