Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2490

Raspberry Pi OS • Re: How Can I List All the Programs I Installed Using apt?

$
0
0
The 7 dependencies not installed on my system make it harder to get meaning out of all:
Are you sure they aren't installed, or is it just that they weren't installed manually? They are dependencies after all, and would be installed automatically.
Thank you, the number of less than 400 libs should have alerted me.
Now more than 95K libs makes more sense:

Code:

pi@raspberrypi5:~ $ apt list 2>/dev/null | sed -e s';/.*$;;' | sort > api@raspberrypi5:~ $ wc --lines a95799 api@raspberrypi5:~ $ comm -1 -2 a b | wc --lines12pi@raspberrypi5:~ $ wc --lines b12 bpi@raspberrypi5:~ $ 

Statistics: Posted by HermannSW — Mon Sep 09, 2024 4:08 pm



Viewing all articles
Browse latest Browse all 2490

Trending Articles