After installing an application in one linux distro, I'd like to be able to install the same in another but in synaptic it isn't always clear which top level pkg to select to get the entire application. ubuntu though has a software center that puts the top level pkg only to select and then via some magic knows all the dependencies to include for a successful install.
Is there some way to get a complete list (via an apt-get or dpkg command piped into a file ) of all the packages that came with say, monodevelop and then use that file as a reference on another distro (also debian based)?
My previous post @ stack_overflow answered how to migrate an entire installation set from one system to another so now I know how to provide file input for an install.