Using APT Repository

From NetXMS Wiki
Revision as of 20:33, 29 March 2015 by AlexKirhenshtein (talk | contribs) (Created page with "We provide deb packages for Debian users at http://packages.netxms.org/, which is our public APT repository. Packages are signed, so you'll need to install additional encrypti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

We provide deb packages for Debian users at http://packages.netxms.org/, which is our public APT repository. Packages are signed, so you'll need to install additional encryption key for signature verification.

P.S. At the moment (23/3/15) we provide binary packages for Debian only, Ubuntu support will be shortly.

Automated configuration

Install netxms-release_1.0-1_all.deb (this package should support all Debian and Ubuntu systems):

wget http://packages.netxms.org/netxms-release_1.0-1_all.deb
dpkg -i http://packages.netxms.org/netxms-release_1.0-1_all.deb

Manual configuration

Add the repository to your sources.list (change "wheezy" to correct distro name):

deb http://packages.netxms.org/debian/ wheezy main

Fetch and install the GnuPG key:

wget -q -O - http://packages.netxms.org/netxms.gpg | sudo apt-key add -