Re: post-install dependencies check

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 2/21/20 2:11 PM, Jude DaShiell wrote:
> Can pacman be used to find which packages are missing which optional
> dependencies after an install?

pacman -Qi for a given package will show you optional dependencies and
list which ones are satisfied.

You can walk a dependency tree automatically and check for things which
have uninstalled optdepends, by installing community/pacutils and
running the command:

paccheck --opt-depends --quiet --recursive

with, optionally, the list of packages to do checks for. By default,
like pacman -Qi, it will interpret no explicitly specified packages as
"all installed packages".

-- 
Eli Schwartz
Bug Wrangler and Trusted User

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux