zupdate/commands/apt_fetch_all
zawz 52a35fe7d1 + Add package regex match
+ Add target all option
* Restructure commands
2020-08-11 16:27:39 +02:00

3 lines
108 B
Bash

#!/bin/sh
sudo apt-get update >/dev/null || exit $?
dpkg-query -f '${binary:Package}\n' -W | cut -d ':' -f1