-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Each of those tools can output their own result. It's better to integrate them in our final result also.
- APT
$ apt list --installed
List up only outdated packages:
$ apt list --installed | sed -nr 's_(.*)/(.*) (.*) (.*) (.*)upgradable to: (.*)]_\1,\3,\4,\6_p'Implemented in: apt_check.sh
- PIP
$ pip list -o