Git is not installing on SUSE Linux Enterprise Server 12 SP3

1k Views Asked by At

Git is not installing on SUSE Linux Enterprise Server 12 SP3. following error showed up while installing:

perl-Error is needed by git-core-2.12.3-26.1.x86_64

1

There are 1 best solutions below

0
On

You just need to install perl(Error). But you need to get the right package for your specific distro.

Add the repo to your installation (check for info here).

It should look something like this, but I would assume that the addrepo link might have to be different in order for you to get the right perl-error

zypper addrepo https://download.opensuse.org/repositories/devel:languages:perl/SLE_12_SP4/devel:languages:perl.repo
zypper refresh
zypper install perl-Error

and then try installing git-core again.