Dne pá 14. února 2014 Michele Calgaro napsal(a):
Michele, thank you for checking packages. You have installed all packages? Respectively, you can check duplicates using extracts of packages content?
Slavek, as said, I didn't install all packages, but a lot of them. I can do a full install on a test environment and update you. The only thing that will be missing is tde-i18n and tde-construct because up to now I haven't built them. I will try to do that today if I have the time.
Cheers Michele
It is not necessary to install packages. I thought compare the listing of their contents. For example:
find pool -name "*.deb" | xargs -rn1 dpkg --contents | sed -e "s|.* ./||" -e "s| -> .*||"| grep -v "/$" | sort | uniq -d
Slavek --