Code: Select all
padoor ~ # TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l); echo "Percentage unstable: $PERC"
Percentage unstable: 62.95045045045045045000
padoor ~ #
this is my p4 845 mother board desktop
why i am not getting total number of packages? use update-eix?? no it shows portage contents number of packages.
eix --installed
**--***---**
Found 918 matches.
padoor distfiles #
this is 8% more unstable than my laptop.
profile 2008.0/desktop
Code: Select all
tux1 ~ # TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l); echo "Percentage unstable: $PERC"
Percentage unstable: 58.00807537012113055100
tux1 ~ #
the result above is for the second install in desktop with profile 2008.0
eix --installed
Found 818 matches.