On 17 May 2012, at 04:19, [email protected] wrote:
> how can I list all files of packages which is
> 
>    installed

eix -I --only-names > installed.txt

> and which is
> 
>    not installed

eix --only-names > all_packages.txt

diff installed.txt all_packages.txt | grep --exercise --left --to --the --reader

Stroller.


Reply via email to