"gitlab-ce not found" on fresh Gitlab-installation on Ubuntu VM

Hi all!

I am trying to install the Gitlab Community Edition on my 64bit Ubuntu (14.04) virtual machine.

To do so, I followed the installation tutorial for the Omnibus package (which I would like to use). Although some lines fromt he shell are in German, I post the progress of the installation procedure below. Would be great if one of you had an idea!
PS: Just as an information, I am behind a proxy of my institution! (which I already set as environment variable "export HTTP/S… = …)

Best,
Felix


Installation progress for omnibus package:

1st line of the tutorial
mechroot@mechanikgit:~$ sudo apt-get install curl openssh-server ca-certificates postfix
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen… Fertig
ca-certificates is already the newest version.
curl is already the newest version.
openssh-server is already the newest version.
postfix is already the newest version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 244 nicht aktualisiert.

2nd line of the tutorial
mechroot@mechanikgit:~$ 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 3725 0 3725 0 0 4463 0 --:–:-- --:–:-- --:–:-- 4461
Detected operating system as Ubuntu/trusty.
Checking for curl…
Detected curl…
Installing apt-transport-https… done.
Getting the hostname of this machine…
Found hostname: mechanikgit
Installing /etc/apt/sources.list.d/gitlab_gitlab-ce.list… % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 261 0 261 0 0 321 0 --:–:-- --:–:-- --:–:-- 321
done.
Importing packagecloud gpg key… done.
Running apt-get update… done.

3rd line of the tutorial
mechroot@mechanikgit:~$ sudo apt-get install gitlab-ce
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen… Fertig
E: Paket gitlab-ce kann nicht gefunden werden.

–> Package gitlab-ce could not be found!

Getting the exact same error on Debian stretch 64-bit. Same way of installing (Tutorial).

Any solution yet?

EDIT:

apt-get search doesn’t find anything usable:

root@localhost:~# aptitude search gitlab
p   python-gitlab              - Python wrapper for the GitLab API  (Python 2)                                          
v   python2.7-gitlab          -                                                                                       
p   python3-gitlab            - Python wrapper for the GitLab API (Python 3)

@MoeMorox there is a bug for debian jessie https://gitlab.com/gitlab-org/omnibus-gitlab/issues/567 but is partially resolved. Try to apt-get update and install again. Don’t know about ubuntu 14.04.

@axil Thanks, I will give it another try beginning of next week and will let you guys know!

Typing “sudo apt-get update” and “sudo apt-get install gitlab-ce” afterwards solved the issue for my Ubuntu 14.04 installation.
Thanks!

the bug is still alive on all packages - atm no gitlab debian 8 package works

I’ve just installed a Debian 8 packages so this is very surprising to hear. Are you using a 64bit OS?

Any updated on this? I get the same issue on Fedora22.

I’m afraid Fedora is not in the supported platforms.

Same error on Ubuntu 16.10