Identical Package-list

das দাশ dasd.here at gmail.com
Thu Aug 23 13:45:28 UTC 2007


On Thu, 2007-08-23 at 15:35 +0300, Jad madi wrote:
> dpkg -l > packages.list
> 
>  cat packages.list | while read a b c d ; do echo $b; done 

Proceeding your way, I did:

 dpkg -l | while read a b c d ; do echo $b >>package-inst-list ; done 

Now, if I scp this package-inst-list to another machine, and run there

 aptget < package-inst-list

Will it work, and install the identical packages on that machine too?

--
das





More information about the ubuntu-users mailing list