-
-
Save dharapvj/1406a6b61e5a6b212c7e3e7eb3d38284 to your computer and use it in GitHub Desktop.
Install GIT Client on SuSE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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