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

Raspberry Pi OS • Re: Which packages are installed (remote)?

$
0
0
To resume what I did:

1) grep -B 1 "^Status: install ok installed" /var/lib/dpkg/status | grep Package | cut -d' ' -f2 > installed.txt
2) apt-get install $(cat installed.txt)

Thanks!

Statistics: Posted by matthys — Thu Mar 28, 2024 8:04 am



Viewing all articles
Browse latest Browse all 4060

Trending Articles