You are not logged in.
Pages: 1
hi all,
bugs site is down, so i'm writing this here.
when running
# pacman -Qu
lyx 1.6.3-1
sqlite3 3.6.16-1
subversion 1.6.4-1
tzdata 2009k-1but
# pacman -Su
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets (4): lyx-1.6.4-1 [10.35 MB] sqlite3-3.6.17-1 [0.40 MB] subversion-1.6.5-1 [6.86 MB] tzdata-2009l-1 [0.56 MB]
Total Download Size: 18.17 MB
Total Installed Size: 73.98 MBnote that the first versions are the old ones.
bug or feature?
vlad
Offline
Offline
nah, has nothing to do with mirrors. upgrading works. i noticed this earlier.
btw, i liked the former behaviour more. "pacman -Qu" showed the same as "pacman -Su" but without the installation prompt.
so you see what you'd get.
Offline
feature : -Q queries the local database so it shows currently installed packages
u is just a filter on -Q (just like e, t, d, m) that shows the outdated packages.
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
pacman -Qu shows upgradable packages (on the local db) so this is not a bug, it's doing what it's supposed to do.
![]()
Offline
yes thanks.
as i said, i liked the former behaviour though it did not "conform" with pacman's filter options.
Offline
Pages: 1