This page describes installation under recent Ubuntu 14.04 and 16.04 (and their derivates) and Debian 8.3. Munipack is available directly in Debian-based distributions (Ubuntu, Mint and similar) since Fall 2016.
For another operating system, try to build the packages yourself: see, bundle installation for DEB based distributions, RPM based distributions and Source Installation.
The installation will issue very strong (☠) warning about unsigned archive of Munipack. The warning can be safety ignored without worries.
The installation under Ubuntu 14.04 or Ubuntu 16.04 requires only to append following lines to your /etc/apt/sources.list:
# Munipack repositories (binary and sources) deb http://munipack.physics.muni.cz/ubuntu/ trusty/ deb-src http://munipack.physics.muni.cz/ubuntu/ trusty/
or
# Munipack repositories (binary and sources) deb http://munipack.physics.muni.cz/ubuntu/ xenial/ deb-src http://munipack.physics.muni.cz/ubuntu/ xenial/
and update the package database on your Ubuntu and install an appropriate part of Munipack (or simply both command-line and graphics clients):
$ sudo apt-get update $ sudo apt-get install munipack-cli munipack-gui
The installation under recent Debian 8.3 is straightforward. Just append following lines to your /etc/apt/sources.list:
# Munipack repositories (binary and sources) deb http://munipack.physics.muni.cz/debian/ jessie/ deb-src http://munipack.physics.muni.cz/debian/ jessie/
and update the package database on your Debian and install an appropriate part of Munipack (or simply both command-line and graphics clients) as root:
# apt-get update # apt-get install munipack-cli munipack-gui
Latest development binaries are also available for stable GNU/Debian (amd64 architecture) only. Append these lines
# Munipack deb http://munipack.physics.muni.cz/devel/debian/ stable/ deb-src http://munipack.physics.muni.cz/devel/debian/ stable/
to /etc/apt/sources.list. It is reccomended to do full installation including current documention:
# apt-get update # apt-get install munipack-cli munipack-gui munipack-doc
Download, Versioning and Guide.