Difference between revisions of "Using APT Repository"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Revision as of 18:33, 29 March 2015
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 -