openSUSE:Libzypp download source

Jump to: navigation, search
This articles covers where and how to get libzypp so you can begin hacking/editing the code. Happy hacking. And remember....have fun!

Getting started hacking libzypp

Be sure to be subscribed to the zypp-devel mailing list when working on libzypp

Getting the source

Complete source code is available via Git.

  • For generic git instructions see here.
  • For generic git.opensuse.org git instructions see here.

Version: HEAD ZYpp 7.x / openSUSE Factory

Version: 11.2 ZYpp 6.x / openSUSE 11.2

Version: 11.1 ZYpp 5.x / openSUSE 11.1

Version: 11.0 ZYpp 4.x / openSUSE 11.0

Version: 10.3 ZYpp 3.x / openSUSE 10.3

Version: 10.2 ZYpp 2.x / openSUSE 10.2

Version: 10.1 ZYpp 1.x / openSUSE 10.1


First, check out the latest development code from the public git repository.
And look for the right branch.

Anonymous clone

git clone git://gitorious.org/opensuse/libzypp.git

Authorized clone

git clone git@gitorious.org:opensuse/libzypp.git

Web repository browsing


Building the source

Then follow the build instructions to get the code compiled.

Version: HEAD ZYpp 7.x / openSUSE Factory build instructions

Version: 11.2 ZYpp 6.x / openSUSE 11.2 build instructions

Version: 11.1 ZYpp 5.x / openSUSE 11.1 build instructions

Version: 11.0 ZYpp 4.x / openSUSE 11.0 build instructions

Version: 10.3 ZYpp 3.x / openSUSE 10.3 build instructions

Version: 10.2 ZYpp 2.x / openSUSE 10.2 build instructions

Version: 10.1 ZYpp 1.x / openSUSE 10.1 build instructions


Now you can explore libzypp.