This page reviews alternatives to install of Munipack.
Munipack is available as an official package in Debian (since June 2017) and Ubuntu (April 2017) distributions. Regular issues of (these) distributions are usually delayed behind Munipack releases itself.
The installation is straightforward by standard software tools. Records can be found in an appropriate package repository: Debian, Ubuntu.
There are temporary packages prepared for older Ubuntu (the most frequent platform) distribution. The installation under Ubuntu 16.04 (Xenial Xerus) or 14.04 (Trusty Tahr) requires appending of the following line to /etc/apt/sources.list:
deb http://munipack.physics.muni.cz/ubuntu/xenial xenial main
or
deb http://munipack.physics.muni.cz/ubuntu/trusty trusty main
The system package list should to import sign key, be updated and than Munipack can be installed:
$ wget -O - http://integral.physics.muni.cz/~hroch/hroch@physics.muni.cz.gpg.key | \ sudo apt-key add - $ sudo apt-get update $ sudo apt-get install munipack
There is a bleeding edge branch of Munipack, which is primary intended for testing purposes. The latest development packages are usually available only for stable 64-bit Debian.
The repository can be activated by including the line
deb http://munipack.physics.muni.cz/devel/ stable main
into /etc/apt/sources.list and importing GPG key:
$ wget -O - http://integral.physics.muni.cz/~hroch/hroch@physics.muni.cz.gpg.key| \ sudo apt-key add -
The installation itself is straightforward:
# apt-get update # apt-get install munipack
Be warned, the development release should contain various problems and errors, outdated documentation, etc. If needed, anything can be corrected in the source package. Add also the line
deb-src http://munipack.physics.muni.cz/devel/ stable main
to /etc/apt/sources.list, update, install the source package and follow instructions described by The Debian Administrator's Handbook⤴.
Munipack should be compiled under any computer systems. The building from the source code is the most portable way.
Packages for DEB and RPM base distributions can be prepared.
Particularly, bundle (all-in-one) installation for DEB based distributions, RPM based distributions can be also very helpful.