Ubuntu 20.04 E: Unable to locate package gitlab-ce

Hi all,
try install new instance GitLab-CE on fresh Ubuntu 20.04:

Terminal output:
Running apt-get update… done.

The repository is setup! You can now install packages.
gitlab@mycompany-gitlab01:~$ sudo apt update
Hit:1 http://it.archive.ubuntu.com/ubuntu focal InRelease
Get:2 http://it.archive.ubuntu.com/ubuntu focal-updates InRelease [107 kB]
Get:3 http://it.archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB]
Get:4 http://it.archive.ubuntu.com/ubuntu focal-security InRelease [107 kB]
Hit:5 https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu focal InRelease
Get:6 http://it.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [188 kB]
Get:7 http://it.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [106 kB]
Fetched 606 kB in 6s (103 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
gitlab@mycompany-gitlab01:~$ sudo apt -y install gitlab-ce
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gitlab-ce
gitlab@mycompany-gitlab01:~$
gitlab@mycompany-gitlab01:~$ sudo EXTERNAL_URL=“https://gitlab.mycompany.com” apt-get install gitlab-ce
[sudo] password for gitlab:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gitlab-ce
gitlab@mycompany-gitlab01:~$

Can you help me please?
thank you so much
max

Thank you Salim,
nothing to do.
Terminal output:

gitlab@mycompany-gitlab01:~$ curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  5933  100  5933    0     0   7406      0 --:--:-- --:--:-- --:--:--  7406
Detected operating system as Ubuntu/focal.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/gitlab_gitlab-ce.list...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.

The repository is setup! You can now install packages.
gitlab@mycompany-gitlab01:~$ sudo EXTERNAL_URL="https://gitlab.mycompany.com" apt-get install gitlab-ce
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gitlab-ce
gitlab@mycompany-gitlab01:~$

max

Salim,
Trusty e Utopic are 2 distro name of ubuntu 14.x

Please, don’t spam.
Dont reply any cost.

Thank you for your interest

Bye
max

NEVER do curl | sh style commands! You don’t know what you’re executing. It only gets worse whenyou add sudo to the mix.

A lot of documentation online tells you to, but it’s a terrible idea. The way around it is to download the script, inspect it and execute the downloaded and inspected copy. (the download might change between two downloads, so it has to be the downloaded copy you execute).

The output from apt-get update suggests that the gitlab repository hasn’t been added. Can you show us the complete output from the setup script?

1 Like

You’re seeing this error because we’ve yet to release gitlab-ce and gitlab-ee packages for Ubuntu 20.04 focal foss.

Right now the issue has a milestone of 13.2, which suggests the packages will be available on or before the GitLab 13.2 release scheduled for July 22nd.

In the meantime, there are two workarounds to install the 18.04 package(s) on 20.04 until the official package is made available:

Note in both cases the workarounds examples use the gitlab-ee repository.
For gitlab-ce packages, replace all references to gitlab-ee with gitlab-ce in the example commands if using these workarounds…

3 Likes

2 posts were split to a new topic: Cannot install gitlab-ee on Ubuntu: Problem with public attributes