why emerge -pv world does not upgrade everything
Today my friend showed me an glsa-check tool. I was mixed because there was a package not listed at my almost every day duty ‘emerge -pv world’ (to check what needs upgrade). I do some research and:
# cat /var/lib/portage/world |wc -l
107
# epm -qa |wc -l
366
so there is a difference, but it is not bad, but… I tried to:
# regenworld
add to world: dev-lang/perl
add to world: sys-apps/debianutils
add to world: dev-libs/libxml2
nothing new…
finally guys from #gentoo.pl gave me a tip to use ‘emerge -pvuD world’, and that is my new everyday duty
No comments yet.