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?

inimene
  • 2,106

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,246
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
  • 845
  • 6
  • 9