NetXMS Support Forum

English Support => General Support => Topic started by: Meandmybrain on December 06, 2018, 03:27:37 PM

Title: Netxms not downloadable for Ubuntu Server 18.04 LTS
Post by: Meandmybrain on December 06, 2018, 03:27:37 PM
Hi,

I am trying to install NETXMS on Ubuntu Server 18.04 LTS. When I try to install netxms-server I get a notice that libzmq5 is missing and could not be installed. When I´m looking for unsuppported packages I get the information, that "netxms-release is not longer downloadable". I used http://packages.netxms.org/netxms-release_1.2_all.deb
Any idea how to solve this problem? I didn´t find any informations that 18.04 LTS is unsupported.

Thanks.
Title: Re: Netxms not downloadable for Ubuntu Server 18.04 LTS
Post by: Victor Kirhenshtein on December 10, 2018, 12:03:41 PM
Hi,

it is definitely supported, we will check this.

Best regards,
Victor
Title: Re: Netxms not downloadable for Ubuntu Server 18.04 LTS
Post by: Alex Kirhenshtein on December 11, 2018, 02:29:02 PM
Hello.

I just installed netxms-server package on clean Ubuntu 18.04.1 LTS without any issues.
Make sure that you include "universe" repository and run "apt-get update" prior to installing netxms-server.

Package info: https://packages.ubuntu.com/bionic/libzmq5

Installation steps:

wget http://packages.netxms.org/netxms-release_1.2_all.deb
dpkg -i netxms-release_1.2_all.deb
apt-get update
apt-get install netxms-server netxms-dbdrv-pgsql
Title: Re: Netxms not downloadable for Ubuntu Server 18.04 LTS
Post by: Meandmybrain on February 04, 2019, 05:24:38 PM
Hi thanks for your answer. Everything worked then.
Due to some problems at work I wasn`t able to respond in time.
Title: Re: Netxms not downloadable for Ubuntu Server 18.04 LTS
Post by: ianeme on February 05, 2019, 04:32:22 AM
thank you  ;D