PDA

View Full Version : can We get source file from .deb file and How?



vksingh
October 13th, 2009, 05:05 AM
Hi,

How can I get source code(source file) from a .deb file.


Thanks,

Vivek

nvteighen
October 13th, 2009, 06:49 AM
1) Activate the sources repositories.
2) In a terminal, do: apt-get source <package> without sudo (be careful... the best is to create a directory, cd into it and then do that command).