From 551856d84eb9ae51ff1bdd3fff317f29eced2a18 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Tue, 21 May 2024 15:33:28 +0200 Subject: Add package info commands --- pacman.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pacman.md b/pacman.md index 133adfd..98a11d8 100644 --- a/pacman.md +++ b/pacman.md @@ -41,6 +41,18 @@ there and remove the .pacnew suffix) By itself, outputs all installed packages. +### Info + +Includes provided binaries/libraries, dependencies, installed size, etc. + + pacman -Qi + + +Double info, includes more information, including packages that require (depend +on) this one: + + pacman -Sii + ### Browsing installed packages with `fzf` pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)' -- cgit v1.2.3