By: philip brenan user 05 Nov 2020 at 2:47 p.m. CST

1 Response
philip brenan gravatar
I am following the Ubuntu 18 installation instructions. I entered deb https://repo.gluu.org/ubuntu/ bionic main and got: Command 'deb' not found Please tell me where to get 'deb' ?

By Michael Schwartz Account Admin 05 Nov 2020 at 2:53 p.m. CST

Michael Schwartz gravatar
``` # echo "deb https://repo.gluu.org/ubuntu/ bionic main" > /etc/apt/sources.list.d/gluu-repo.list # curl https://repo.gluu.org/ubuntu/gluu-apt.key | apt-key add - # apt update # apt install gluu-server # apt-mark hold gluu-server ``` Per: [https://gluu.org/docs/gluu-server/4.2/installation-guide/install-ubuntu/](https://gluu.org/docs/gluu-server/4.2/installation-guide/install-ubuntu/)