Skip to content

Integrate APT, PIP results #13

@samduy

Description

@samduy

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions