Skip to content

Instantly share code, notes, and snippets.

@dharapvj
Forked from orctom/git-suse
Created April 13, 2016 09:35
Show Gist options
  • Select an option

  • Save dharapvj/1406a6b61e5a6b212c7e3e7eb3d38284 to your computer and use it in GitHub Desktop.

Select an option

Save dharapvj/1406a6b61e5a6b212c7e3e7eb3d38284 to your computer and use it in GitHub Desktop.
Install GIT Client on SuSE
Install GIT Client on SuSE 11.2
Add repositories:
For Git,
# zypper addrepo http://download.opensuse.org/repositories/devel:/tools:/scm/SLE_11_SP2/devel:tools:scm.repo
For perl
# zypper addrepo http://download.opensuse.org/repositories/devel:/languages:/perl/SLE_11/devel:languages:perl.repo
if cannot find the repository, try below one.
# zypper addrepo http://download.opensuse.org/repositories/devel:/languages:/perl/SLE_11_SP3/devel:languages:perl.repo
Install packages
# zypper install perl-Error
# zypper install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment