Sujet : Re: Word For Today: “Uglification”
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 12. Mar 2024, 07:21:14
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <usos8q$51a7$1@dont-email.me>
References : 1 2 3
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Tue, 12 Mar 2024 06:14:58 -0000 (UTC), I wrote:
I just did this command on my Debian system:
dpkg-query -l lib*dev | wc -l
Let me amend that: the more accurate command (counting only installed
libraries, not all the ones the package system knows about) would be
dpkg-query -l lib\*dev | grep ^i | wc -l
which produces a result of 320 on my system.