Celeb Glow
updates | March 28, 2026

Installing GitLab using Raspberry PI 3 with Ubuntu Server

I'm currently trying to install the GitLab CE Version on my Raspberry Pi. I have Ubuntu 18.04 installed on the Raspberry Pi, but I'm unable to install GitLab with sudo apt install gitlab-ce:

sudo apt install -y curl openssh-server ca-certificates
sudo apt install -y postfix
curl -sS | sudo bash
sudo EXTERNAL_URL="" apt install gitlab-ce

The error I get is: Unable to locate package gitlab-ce

I followed the steps:

I'm a complete beginner in Ubuntu.

4 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy