You are not logged in.
Pages: 1
Is there an option to simulate an install like there is in aptitude and apt-get (using the -s flag)
I would like to know what dependencies will be installed when installing a package. So I always tend to simulate and check for the dependencies and if I do want all of them, proceed with the installation.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
The entire dependency trail is available and displayed when using ....pacman -Sy (name of package).... and you can abort the download if you desire by entering ...N...
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
the y isn't needed, unless you want to sync the package list
just do a pacman -S package_name , and it will show the dependency list
Offline
Ok. for eg. I did
pacman -S gnome
it showed me a bunch of packages from the group gnome. I selected No for install whole group...but then it keeps asking me for each individual package within that group.
is it possible to simply abort the process entirely ?
Last edited by Inxsible (2008-07-03 02:50:47)
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
That isn't a typical example. gnome is a package group, not a single package. If you say Yes to install whole content, pacman will display the complete list of packages required by gnome including all dependencies, and you will have another opportunity to say No to the install.
Offline
You can always it ctrl-c at that point too.
Offline
Pages: 1