Difference between revisions of "Using APT Repository"

Jump to navigation Jump to search
no edit summary
Line 6: Line 6:
Install netxms-release_1.5_all.deb (this package should support all Debian and Ubuntu systems):
Install netxms-release_1.5_all.deb (this package should support all Debian and Ubuntu systems):


  wget http://packages.netxms.org/netxms-release_1.5_all.deb
  wget https://packages.netxms.org/netxms-release-latest.deb
  dpkg -i netxms-release_1.5_all.deb
  dpkg -i netxms-release-latest.deb


== Manual configuration ==
== Manual configuration ==


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


Debian:
Debian:


  deb http://packages.netxms.org/debian/ jessie main
  deb http://packages.netxms.org/debian/ buster main


Ubuntu:
Ubuntu:
Line 27: Line 27:
== Beta and milestone releases ==
== Beta and milestone releases ==


If you feel a bit adventurous, pre-release builds are available in "beta" repository. We do our best not to break anything -- but proceed with caution.
If you feel a bit adventurous, pre-release builds are available in "unstable" repository. We do our best not to break anything -- but proceed with caution.


Add to the sources.list (change "jessie" to correct distro name):
Add to the sources.list (change "buster" to correct distro name):


  deb http://packages.netxms.org/debian/ jessie beta
  deb http://packages.netxms.org/debian/ buster unstable


== Troubleshooting ==
== Troubleshooting ==
Line 37: Line 37:
Most common error is missing public key:
Most common error is missing public key:


  W: GPG error: http://packages.netxms.org wheezy Release: The following signatures couldn't be verified
  W: GPG error: http://packages.netxms.org buster Release: The following signatures couldn't be verified
  because the public key is not available: NO_PUBKEY 179C0A80CDFADDB1
  because the public key is not available: NO_PUBKEY 179C0A80CDFADDB1


Navigation menu