On 29. 11. 2016 7:26, eddie wrote:
> So what the command to update a package with all his dependencies ?  

I'm not too sure what you mean, but pacman doesn't directly support partial 
updates. It was designed to do complete updates (of all known packages) with 
`pacman -Syu` and there's a possibility to reinstall/update manually selected 
packages with `pacman -Sy somepkg1 somepkg2 ...`. You can of course make a 
script that uses `pacman -Q ...` to find the dependencies of a package and 
passes them to `pacman -Sy` to update them.

Does that help?

-- 
David Macek

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to