[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


_______________________________________________
Rule Project HOME PAGE:  http://www.rule-project.org/en/
Rule-list at rule-project.org
http://rita.choice-secure.com/mailman/listinfo/rule-list_rule-project.org



More information about the Rule-list mailing list