By: Nilay Bhima user 16 Jul 2020 at 10:23 p.m. CDT

6 Responses
Nilay Bhima gravatar
Installation Guide for Gluu 4.1 on Ubuntu 18.04 mentions gluu-server=4.1~bionic for installation. However, it is not available in the list: root@sissadrisgluuvmaedv:/home/gluu-admin# apt list gluu-server\* Listing... Done gluu-server/bionic 4.2.0~bionic amd64 gluu-server-3.1.7/bionic 1-12~bionic+Ub18.04 amd64 gluu-server-3.1.8/bionic 1-4~bionic+Ub18.04 amd64 root@sissadrisgluuvmaedv:/home/gluu-admin#

By Adrian Alves staff 17 Jul 2020 at 10:53 a.m. CDT

Adrian Alves gravatar
Hi Nilay, you should try this command as root: apt install gluu-server=4.1.0~bionic

By Nilay Bhima user 19 Jul 2020 at 5:09 p.m. CDT

Nilay Bhima gravatar
Hi Adrian, When I try apt install gluu-server=4.1.0~bionic, I get an error: not found. gluu-admin@sissadrisgluuvmaedv:~$ sudo su root@sissadrisgluuvmaedv:/home/gluu-admin# echo "deb https://repo.gluu.org/ubuntu/ bionic main" > /etc/apt/sources.list.d/gluu-repo.list root@sissadrisgluuvmaedv:/home/gluu-admin# curl https://repo.gluu.org/ubuntu/gluu-apt.key | apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3112 100 3112 0 0 1451 0 0:00:02 0:00:02 --:--:-- 1450 OK root@sissadrisgluuvmaedv:/home/gluu-admin# apt update Hit:1 http://azure.archive.ubuntu.com/ubuntu bionic InRelease Get:2 http://azure.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:3 http://azure.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Ign:5 https://repo.gluu.org/ubuntu bionic InRelease Hit:6 https://repo.gluu.org/ubuntu bionic Release Fetched 252 kB in 1s (186 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done 5 packages can be upgraded. Run 'apt list --upgradable' to see them. root@sissadrisgluuvmaedv:/home/gluu-admin# apt install gluu-server=4.1~bionic Reading package lists... Done Building dependency tree Reading state information... Done E: Version '4.1~bionic' for 'gluu-server' was not found

By Nilay Bhima user 19 Jul 2020 at 5:10 p.m. CDT

Nilay Bhima gravatar
root@sissadrisgluuvmaedv:/home/gluu-admin# apt install gluu-server=4.1.0~bionic Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package gluu-server

By Adrian Alves staff 19 Jul 2020 at 6:54 p.m. CDT

Adrian Alves gravatar
Hi Nilay, Try to locate the package first, as root run: apt-cache search gluu-server and paste the results into this ticket. Cheers, Adrian.-

By Nilay Bhima user 20 Jul 2020 at 4:38 p.m. CDT

Nilay Bhima gravatar
Hi Adrian, I tried again this morning and it seems to be working now. I ran the command apt install gluu-server=4.1.0~bionic which is working. Thanks, Nilay.

By Adrian Alves staff 20 Jul 2020 at 7:20 p.m. CDT

Adrian Alves gravatar
Hi Nilay, Great. I'm glad to help you. Cheers, Adrian.-