Binary packages are available for current Debian/Ubuntu based Linux distributions. These can be installed through the use of standard system package management utilities, such as Apt, if administrative access is available.
Add the appropriate line for the Debian-based distribution to the end of the file
/etc/apt/sources.list
Distribution | Repository |
Debian 12.0 (bookworm) | deb http://www.nektar.info/debian-bookworm bookworm contrib |
Debian 11.0 (bullseye) | deb http://www.nektar.info/debian-bullseye bullseye contrib |
Ubuntu 24.04 (Noble Numbat) | deb http://www.nektar.info/ubuntu-noble noble contrib |
Ubuntu 22.04 (Jammy Jellyfish) | deb http://www.nektar.info/ubuntu-jammy jammy contrib |
Ubuntu 20.04 (Focal Fossa) | deb http://www.nektar.info/ubuntu-focal focal contrib |
Update the package lists
apt-get update
Install the required Nektar++ packages, or the complete suite with:
apt-get install nektar++
Any additional dependencies required for Nektar++ to function will be automatically installed.