[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Getting a source package for every binary package installed



Here's how to kind of automate downloading sources if anyone needs it. I
am planning to recompile them for K6 with pgcc.
Create a file containing all those packages: # dpkg --get-selections |
awk '$2=="install" { print $1 }' > sources_to_get. Edit this file, then,
run a little perl snippet attached.


-- 
Get the truth or risc frying your brains! --> www.truthinlabeling.org <--

Attachment: get_sources.pl
Description: Perl program


Reply to: