By: Dereck Jacobsen user 14 Oct 2018 at 12:03 p.m. CDT

1 Response
Dereck Jacobsen gravatar
I am trying to install gluu server 3.1.4 on ubuntu 18.04 using the link provided in the ticket [here](https://support.gluu.org/installation/6119/gluu-for-ubuntu-1804/) but after I install the .deb file and try to start the service I get a "Failed to start gluu-server-3.1.4.service: Unit gluu-server-3.1.4.service not found." message. Is there going to be a official release to 18.04 soon?

By Thomas Gasmyr Mougang staff 15 Oct 2018 at 2:58 a.m. CDT

Thomas Gasmyr Mougang gravatar
Hi Jacobsen, Below are the steps to install Gluu server 3.1.4 on ubuntu 18.04 1. Download the gluu server 3.1.4 deb file for Ubuntu 18.04 [here](https://repo.gluu.org/ubuntu/pool/main/bionic-devel/gluu-server-3.1.4_1-3~bionic+Ub18.04_amd64.deb). 2. Run the below commands: - #echo "deb http://archive.ubuntu.com/ubuntu bionic universe" >> /etc/apt/sources.list - #echo "deb http://archive.ubuntu.com/ubuntu bionic-updates universe" >> /etc/apt/sources.list ``` - apt-get install net-tools - apt-get update 3. Run: `dpkg -i gluu-server-3.1.4_1-3_bionic+Ub18.04_amd64.deb` 4. Run: `gluu-serverd-3.1.4 start` 5. Run: `gluu-serverd-3.1.4 login` 6. Then continue by running the setup.py script. > Is there going to be a official release to 18.04 soon? Hopefully soon. We're performing QA now.