this post was submitted on 13 Dec 2023
25 points (100.0% liked)

Arch Linux

7601 readers
4 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

Hey, sometimes when I do pacman -Syu, I see some weird package being installed and I am curious which explicitly installed package is installing/updating it.

How do I so with pacman?

I know we can easily find out why an installed package is being installed, but what about before the package is being installed?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 9 months ago

From the pacman man page:

   -i, --info
       Display information on a
       given sync database package.
       Passing two --info or -i
       flags will also display
       those packages in all
       repositories that depend on
       this package.