samduy / provenance-analysis

Program Provenance Analysis
1 stars 1 forks source link

Integrate APT, PIP results #13

Open samduy opened 7 years ago

samduy commented 7 years ago

Each of those tools can output their own result. It's better to integrate them in our final result also.

  1. 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

  1. PIP
    $ pip list -o