By: Miguel Foo user 11 Jul 2017 at 10:28 a.m. CDT

6 Responses
Miguel Foo gravatar
Hey guys, Can't install 3.0.2. Seems like its not available for install: ``` root@ip-10-0-1-151:~# apt-get install gluu-server-3.0.2 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package gluu-server-3.0.2 E: Couldn't find any package by glob 'gluu-server-3.0.2' E: Couldn't find any package by regex 'gluu-server-3.0.2' ``` And searching finds this: ``` root@ip-10-0-1-151:~# apt search gluu-server Sorting... Done Full Text Search... Done gluu-server-2.4.3/xenial 2-1~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-2.4.4/xenial 1-2~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-2.4.4.2/xenial 1-1~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-3.0.0/xenial 1-2~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-3.0.1/xenial 2-1~xenial+Ub16.04 amd64 Gluu Server Community Edition ```

By Adrian Alves staff 11 Jul 2017 at 11:10 a.m. CDT

Adrian Alves gravatar
Hi Miguel, it looks like you are not searching for the right package version, "gluu-server-3.0.2_1" is not the right one for our latest 3.0.2, "gluu-server-3.0.2" it is. can you try this steps in your command line as root: 1- clean up your repos: apt-get clean 2- update the repos: apt-get update 3- install the right version of 3.0.2: apt-get install gluu-server-3.0.2 PS: why are you trying to fetch "gluu-server-3.0.2_1"? Feel free to contact us for any further assistance. Cheers, Adrian.-

By Miguel Foo user 11 Jul 2017 at 12:17 p.m. CDT

Miguel Foo gravatar
Hey, sorry about that, i made a mistake in copying. It was suppose to be 3.0.2. I've edited the original post to ``` root@ip-10-0-1-151:~# apt-get install gluu-server-3.0.2 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package gluu-server-3.0.2 E: Couldn't find any package by glob 'gluu-server-3.0.2' E: Couldn't find any package by regex 'gluu-server-3.0.2' ``` try doing the install steps for 3.0.2 and tell me if you get the same issue. I just tried it again and this is all I see ``` apt search gluu Sorting... Done Full Text Search... Done gluu-oxd-server/xenial,xenial 3.0.0-1~xenial+Ub16.04 all plugins for OpenID and UMA gluu-oxeleven/xenial,xenial 2.4.3-SNAPSHOT-4+xenial all REST API for a PKCS #11 interface. gluu-server-2.4.3/xenial 2-1~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-2.4.4/xenial 1-2~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-2.4.4.2/xenial 1-1~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-3.0.0/xenial 1-2~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-3.0.1/xenial,now 2-1~xenial+Ub16.04 amd64 [installed] Gluu Server Community Edition gluu-updater-2.4.4/xenial,xenial 1~sp3-1~xenial+Ub16.04 all Gluu Updater ```

By Miguel Foo user 11 Jul 2017 at 12:19 p.m. CDT

Miguel Foo gravatar
I've been installing 3.0.2 fine for the past couple weeks with some scripts but today it failed for the first time, and I'm worried the build got pulled from the server

By Adrian Alves staff 11 Jul 2017 at 12:33 p.m. CDT

Adrian Alves gravatar
can you try again, this steps in your command line as root: 1- clean up your repos: apt-get clean 2- update the repos: apt-get update 3- install the right version of 3.0.2: apt-get install gluu-server-3.0.2

By Miguel Foo user 11 Jul 2017 at 12:54 p.m. CDT

Miguel Foo gravatar
Yep that worked, shows up now in the `apt search gluu` ``` Sorting... Done Full Text Search... Done gluu-oxd-server/xenial,xenial 3.0.0-1~xenial+Ub16.04 all plugins for OpenID and UMA gluu-oxeleven/xenial,xenial 2.4.3-SNAPSHOT-4+xenial all REST API for a PKCS #11 interface. gluu-server-2.4.3/xenial 2-1~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-2.4.4/xenial 1-2~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-2.4.4.2/xenial 1-1~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-3.0.0/xenial 1-2~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-server-3.0.1/xenial,now 2-1~xenial+Ub16.04 amd64 [installed] Gluu Server Community Edition gluu-server-3.0.2/xenial 1-1~xenial+Ub16.04 amd64 Gluu Server Community Edition gluu-updater-2.4.4/xenial,xenial 1~sp3-1~xenial+Ub16.04 all Gluu Updater ``` Was that transient on my part? or did you guys do something over there?

By Adrian Alves staff 11 Jul 2017 at 5:26 p.m. CDT

Adrian Alves gravatar
Hello Miguel, I think clear the cache make fixed the issue from your end. Cheers, Adrian.-