You are not logged in.
I'd love it if the output of pacman -Syu would display the currently installed version of the packages to be updated and the size of every update to be installed. I hoped the -v switch would do that, but the output of -v is lots of stuff I don't care about, and still doesn't add the information I'm looking for.
I always roll 20s on my disbelieve checks.
You better believe it.
Offline
The one piece of information I miss from -S(u) is the amount of data that needs to be downloaded to complete the install. Pacman tells you the total package size, but half of that could already be in the package cache. If any of the packages are cached, it should put in parentheses: (94MB to download)
All of your mips are belong to us!!
Offline
http://www.archlinux.org/mailman/listinfo/pacman-dev
patches are always good too... http://cvs.archlinux.org/cgi-bin/viewcv … oot=Pacman
The suggestion box only accepts patches.
Offline
maybe a -v option for verbose, instead of adding more output to the default. I only want to know about important things, not about stats..normally.
"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍
Offline
maybe a -v option for verbose, instead of adding more output to the default. I only want to know about important things, not about stats..normally.
I agree. One thing I REALLY miss about Gentoo was the -pretend feature of emerge. VERY handy and much easier to see and use than a plain search.
It'd be nice to have something similar to emerge -pv mpayer maybe something like:
pacman -Syp mplayerI dunknow, speculation, but I do really miss that pretend feature. Unless I'm TOTALLY off here and there's something like that already. Probably is...
Offline
I agree. One thing I REALLY miss about Gentoo was the -pretend feature of emerge. VERY handy and much easier to see and use than a plain search.
It'd be nice to have something similar to emerge -pv mpayer maybe something like:
pacman -Syp mplayerI dunknow, speculation, but I do really miss that pretend feature. Unless I'm TOTALLY off here and there's something like that already. Probably is...
http://bugs.archlinux.org/task/4191
Please do add a comment on there to give the idea more of a push...
Offline
It'd be nice to have something similar to emerge -pv mpayer maybe something like:
pacman -Syp mplayerI dunknow, speculation, but I do really miss that pretend feature. Unless I'm TOTALLY off here and there's something like that already. Probably is...
I don't know gentoo all that well, but if the purpose of pretend is to see what packages will be installed as dependencies of the one you ask for, just do a normal pacman -S mplayer, and answer no when asked whether to proceed with the install. I guess you already knew that, though, so pretend probably does something else?
All of your mips are belong to us!!
Offline
What i would like to see is a option for searching a for a pkg with the exact name.. like if you do a pacman -Ss kernel26 you get like 20 results, i just want the one that match the search string exactly.
http://timtux.net/ - my personal blog about almost everything
Offline
Debian apt-get shows the size of data after extracting the packages - would be nice if pacman did the same.
Offline
I don't know gentoo all that well, but if the purpose of pretend is to see what packages will be installed as dependencies of the one you ask for, just do a normal pacman -S mplayer, and answer no when asked whether to proceed with the install. I guess you already knew that, though, so pretend probably does something else?
If you read the bug report I posted above, it covers a lot of the potential differences and downsides to just doing <code>pacman -S</code> and then answering <code>N</code>. Basically, it's safer, could be used by scripts without root priviledges, could have more detailed information included (like the current version and the version you'd get if you updated, or the actual installed package size), and so on...
Offline
could have more detailed information included (like the current version and the version you'd get if you updated, or the actual installed package size), and so on...
I think that's the kind of information that a -v switch should cover. The present -v looks more like -vv.
I always roll 20s on my disbelieve checks.
You better believe it.
Offline
Acid7711 wrote:It'd be nice to have something similar to emerge -pv mpayer maybe something like:
pacman -Syp mplayerI dunknow, speculation, but I do really miss that pretend feature. Unless I'm TOTALLY off here and there's something like that already. Probably is...
I don't know gentoo all that well, but if the purpose of pretend is to see what packages will be installed as dependencies of the one you ask for, just do a normal pacman -S mplayer, and answer no when asked whether to proceed with the install. I guess you already knew that, though, so pretend probably does something else?
Kinda, but sometimes pacman DOESN'T give any info and goes right into installing software. With a pretend feature it makes it so you don't run that option. I used the -pretend feature of portage a LOT. I really miss it.
And I will file a comment on there right now.
I've love to see a pretend feature added. I'm surprised not many others have complained about the same thing.
Offline
bogomipz wrote:I don't know gentoo all that well, but if the purpose of pretend is to see what packages will be installed as dependencies of the one you ask for, just do a normal pacman -S mplayer, and answer no when asked whether to proceed with the install. I guess you already knew that, though, so pretend probably does something else?
Kinda, but sometimes pacman DOESN'T give any info and goes right into installing software.
I never had that problem, and if you ever start an install or upgrade by accident, you have lots of time to ctrl-c your way out of it before pacman gets around to actually extract package contents.
The ability to see what would be installed without elevating your privileges and to improve scriptability by displaying from-version to-version, one package per line, are valid points, though, so even if I don't consider this important for my own use, I think it should be implemented.
All of your mips are belong to us!!
Offline
Yeah, that's what I use, control-C but why should I? Even at the fastest point you're still going to have a fraction of a possibly needless file on your system. Not that it matters. I think maybe you're missing my reasoning behind having a pretend feature, but yes in sense, a "one package per line" pretend feature would be greeeeeeeeeeat.
Offline