By: Andrew Bongo user 10 Aug 2016 at 3:38 a.m. CDT

10 Responses
Andrew Bongo gravatar
Hello, I am trying to install gluu server by following the official guide step by step. Unfortunately when I type: ``` apt-get install gluu-server-2.4.4 ``` I got this error: > Reading package lists... > Building dependency tree... > Reading state information... > ←[91mE: Unable to locate package gluu-server-2.4.4 > E: Couldn't find any package by regex 'gluu-server-2.4.4' What can be wrong / what can I do?

By Aliaksandr Samuseu staff 10 Aug 2016 at 5:56 a.m. CDT

Aliaksandr Samuseu gravatar
Hi, Andrew. Strange, I did installation for 14.04 10 hours ago, it worked

By Andrew Bongo user 10 Aug 2016 at 6:32 a.m. CDT

Andrew Bongo gravatar
Yep it is. Maybe I will try doing it on docker? Is it possible in general?

By Aliaksandr Samuseu staff 10 Aug 2016 at 6:50 a.m. CDT

Aliaksandr Samuseu gravatar
Andrew, what `# cat /etc/apt/sources.list.d/gluu-repo.list` returns for you (outside container)? Should be something like that: ``` deb http://repo.gluu.org/ubuntu/ trusty main ``` Also, did you run `# apt-get update` prior to installation attempt?

By Andrew Bongo user 10 Aug 2016 at 6:59 a.m. CDT

Andrew Bongo gravatar
It returns following: > deb https://repo.gluu.org/ubuntu/ trusty main I did ``` apt-get update ``` before installation.

By Mohib Zico staff 10 Aug 2016 at 7:09 a.m. CDT

Mohib Zico gravatar
Andrew, Just tried... couldn't reproduce the problem. http://pastebin.com/BtEXnc65

By Andrew Bongo user 10 Aug 2016 at 7:50 a.m. CDT

Andrew Bongo gravatar
For example (additional question) is it possible to create Dockerfile with: ``` RUN apt-get install gluu-server-2.4.4 ``` or this is not possible on docker?

By Adrian Alves staff 10 Aug 2016 at 8:07 a.m. CDT

Adrian Alves gravatar
Hello Andrew can you try this command as root and paste the output here in the ticket?: # apt-get clean; apt-get update; apt-cache search gluu-server

By Mohib Zico staff 10 Aug 2016 at 8:09 a.m. CDT

Mohib Zico gravatar
Docker Edition ( DE ) is different than Community Edition ( CE ). [Here](https://www.gluu.org/docs-docker-edition/) is DE doc.

By Michael Schwartz Account Admin 10 Aug 2016 at 10:11 a.m. CDT

Michael Schwartz gravatar
DE is not released. Use CE if you are serious about deploying Gluu.

By Andrew Bongo user 11 Aug 2016 at 2:59 a.m. CDT

Andrew Bongo gravatar
Strange, today everything is fine o.O, I don't need to type anything more than in guide... Thank you for your time spent on this ticket!