From bac8a5d2822835cf47175d1162030653fadd5c09 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 15 Feb 2024 23:29:57 +0000 Subject: deploy: 4485708c972815bbb6df7f5a228683aa855d553d --- tools/pacman.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/pacman.html') diff --git a/tools/pacman.html b/tools/pacman.html index e36c851..72f0052 100644 --- a/tools/pacman.html +++ b/tools/pacman.html @@ -212,7 +212,7 @@ dependencies.

package and sort by size.

pacman -Qetq | xargs pacman -Qi |
     awk '/Name/ { name=$3 }
-         /Installed Size/ { printf "%8.2f%s %s\n", $4, $5, name }' |
+         /Installed Size/ { printf "%8.2f%s %s\n", $4, $5, name }' |
     sort -h
 

Install package into different root directory but keep using the default -- cgit v1.2.3