[RULE] Installing Fedora FC2 with Slinky
Jason Bechtel
bechtel at sdf.lonestar.org
Tue Sep 14 16:02:17 EEST 2004
On Tuesday, Sep 14, 2004 at 1:40 AM, Franz Zahaurek typed:
>
> At all it was not very difficult to derive the names of FC2-rpms from
> the RedHat 9 ones. But I think good composition of package-lists is
> very hard. I counted 1619 rpms on FC2 CD1-4. For slinky I have
> presently 471 rpms to be installed at a maximum, but there are
> duplicates. This is the distribution to FC2 CDs:
>
> fzk at franz:[2] >grep -v '^--' *packages | wc -l
> 309
> fzk at franz:[2] >grep -v '^--' *packages.disk2 | wc -l
> 54
> fzk at franz:[2] >grep -v '^--' *packages.disk3 | wc -l
> 83
> fzk at franz:[2] >grep -v '^--' *packages.disk4 | wc -l
> 25
> fzk at franz:[2] >grep -v '^--' *packages* | wc -l
> 471
>
> - Franz
> --
> Franz Zahaurek fzk at fzk.at
> Gymnasiumstr. 26/7 http://www.fzk.at
> 1180 Wien
To eliminate dups, insert a call to 'sort -u' in the pipe:
grep -v '^--' *packages* | sort -u | wc -l
_______________________________________________
Original home page of the RULE project: www.rule-project.org
Rule-list at rule-project.org
http://rita.choice-secure.com/mailman/listinfo/rule-list_rule-project.org
This full static mirror of the Run Up to Date Linux Everywhere Project mailing list, originally hosted at http://lists.hellug.gr/mailman/listinfo/rule-list, is kept online by Free Software popularizer, researcher and trainer Marco Fioretti. To know how you can support this archive, and Marco's work in general, please click here