On 20/02/2024 21:30, Dr. Lonnie Cumberland, PhD wrote:
> I am wondering about the size of Xorg when installed on Alpine and would
> like to know if it is possible to get the size, including dependencies,
> without installing it?
>
hiya, you can just do `apk add -i somepackage`, that'll give you a brief
summary, including the disk space used after the transaction:
$ doas apk add -i gnome
The following packages will be REMOVED:
networkmanager polkit polkit-noelogind-libs
The following NEW packages will be installed:
<snip>
After this operation, 219 MiB of additional disk space will be used.
Do you want to continue [Y/n]?