By: Ernst Arnold user 02 Dec 2016 at 6:56 p.m. CST

2 Responses
Ernst Arnold gravatar
Hi, on: Ubuntu 16.04.1 LTS Following https://gluu.org/docs/deployment/updating/ ``` Ubuntu Server 14.04/16.04, Debian 8: # apt-get update # service gluu-server-2.4.4 stop # apt-get install gluu-updater-2.4.4 ``` installs only sp1, not sp2, even if I first purge gluu-updater-2.4.4 apt-get says: ``` Setting up gluu-updater-2.4.4 (2~sp1-1~xenial+Ub16.04) ... ``` root@ids1-hz /opt/gluu-server-2.4.4/opt/upd # ls 2.4.4.sp1 Thanks

By Aliaksandr Samuseu staff 02 Dec 2016 at 7:04 p.m. CST

Aliaksandr Samuseu gravatar
Hi, Ernst. You could try to get it directly for now, here is the [link](https://repo.gluu.org/ubuntu/pool/main/xenial/gluu-updater-2.4.4_1~sp2-1~xenial+Ub16.04_all.deb)

By Adrian Alves staff 02 Dec 2016 at 10:47 p.m. CST

Adrian Alves gravatar
Hello Ernst, can you try now again but first clean your cache, run this command as root: apt-get clean; apt-get update; apt-get install gluu-updater-2.4.4 Adrian.-