You can run dpkg -l to get a list of installed packages. I think it is installed with Cydia. Apt has to be installed seperately. The file /var/lib/dpkg/status lists everything you have installed plus a lot more info such as dependencies. "cat /var/lib/dpkg/status | grep Package" will list only the names of everything installed.