1

So I am interested in how UnZip handles it's -l function and would like to see the source code for it.

Where could I get my hands on that source code?

Kaspar
  • 2,006
  • 4
  • 19
  • 28
  • [Where can I find the source code of Ubuntu?](http://askubuntu.com/questions/167468/where-can-i-find-the-source-code-of-ubuntu) – bain May 10 '14 at 21:31

2 Answers2

5

To see the source used in the Ubuntu package, go to:

https://code.launchpad.net/ubuntu/+source/unzip

You can also use:

apt-get source unzip

You may need to enable source repositories in your software preferences for the second option.

chaskes
  • 15,146
  • 8
  • 53
  • 65
3

General rule:

  1. Head to http://packages.ubuntu.com/
  2. Search for the package you want. In this case, you'll get to this page.
  3. Look to the right. There is a "download source package" option. You want the tarball file.
thiagowfx
  • 795
  • 5
  • 9