-1

I've downloaded .deb package tcpdump tool debian package

Then I've extracted all the data from the current .deb file and add a new file with arbitrary content. enter image description here

My question: how can I create a new .deb package from this modified directory /tmp/tcpdump?

M Kepster
  • 19
  • 4

1 Answers1

0

Create a necessity directory structure, then:

dpkg-deb --build package_name

Found answer here: https://ubuntuforums.org/showthread.php?t=910717

M Kepster
  • 19
  • 4