Install with SUSE Linux Enterprise Server 15

I found a ticket with gitlab that addresses this: Build for SLES 15.2 (was 15.1) (#4925) · Issues · GitLab.org / omnibus-gitlab · GitLab

It seems this is a known issue. I will have to ask if there is an option to convert the linux server I have under VMWare to OpenSuSE to proceed.

Thank you for your help.

Think I found the problem. For SLES there are only v12 packages, and for OpenSuse there are SLES 15.2 packages… bit of a mess.

So, edit the repo file and change:

baseurl=https://packages.gitlab.com/gitlab/gitlab-ee/sles/15.2/$basearch

for

baseurl=https://packages.gitlab.com/gitlab/gitlab-ee/opensuse/15.2/$basearch

And it will find the package to install.

Query packages for OpenSuse:

Query packages for SLES:

NOTE: 14.4.4 is the last gitlab version by the time this message was written.

Hi @rtercerol, @iwalker and @iwalker ,

I’ve got to install GitLab (last version) on SUSE Linux Enterprise Edition 15 SP4, doing the same:

changing

baseurl=https://packages.gitlab.com/gitlab/gitlab-ee/sles/15.4/$basearch

for

baseurl=https://packages.gitlab.com/gitlab/gitlab-ee/opensuse/15.4/$basearch

Thanks for all !!!

#sles #sles/15.4 #SP4

1 Like