ls /var/lib/dpkg/info/*.list -lh
Just | grep the name of the package you're interested to.
See this for important details.
Showing posts with label dpkg info. Show all posts
Showing posts with label dpkg info. Show all posts
Thursday, 8 October 2009
When was that package installed?
On debian/Ubuntu you can check the installationdate from the output of:
Subscribe to:
Posts (Atom)
Decrypt SDES SRTP from pcap
If you have a pcap file with encrypted RTP (SDES SRTP) and have access to the SIP signalling to see the keys, these instructions will help y...
-
WebRTC applications use the ICE negotiation to discovery the best way to communicate with a remote party. I t dynamically finds a pair of...
-
I needed an efficient way to programmatically extract RTP streams from a network capture. In addition I wanted to: save each stream into a s...
-
There are various levels of testing, from unit to component, from integration to end-to-end, not to mention performance testing and fuzzing....