pull down to refresh
-U uppercase allows you to install a package from a local file, while still downloading dependencies from the db, so if you do for example
pacman -U ~/firefox.tar.gz
will download all the dependencies for firefox specified in the tar.gz, but then install the version in your .tar.gz not the one in the sync db.And if I remember correctly, there's also another -u, that only works with -R, which removes packages only if they're not needed as a dependency of something else.
reply
Yeah, that sounds right. You're making my point btw :)
Maybe this is a common criticism but I don't recall ever hearing it. Honestly, it kinda seems intentionally obtuse and I get that really. The types of questions you see on forums for Mint are... very different from other distros like Arch.
Sorry... its like nails on a chalkboard.
Q queries your local system but s searches remote repos for packages... while S syncs remote to local...
I'm trying to find the patterns and I do not see them.
reply
-S
Sync makes no sense to me for install.-s
Search makes sense but I'm not sure why its lowercase-y
makes no sense for refreshing.-u
makes sense but why lower case-Q
Query makes sense but why upper case and query being local doesn't. Why not lowercase for local and upper for searching?