pkgsetcomp

Compare packages listed in a debian/ubuntu APT .manifest with installed packages


Keywords
pkgsetcomp, apt, deb, debian, ubuntu, apt-packages, baseline, command-line-tool, configuration-baseline, python-script
License
BSD-3-Clause
Install
pip install pkgsetcomp==0.1.3

Documentation

pkgsetcomp

GitHub | PyPi | Warehouse | ReadTheDocs | Travis-CI

https://badge.fury.io/py/pkgsetcomp.png https://travis-ci.org/westurner/pkgsetcomp.png?branch=master https://pypip.in/d/pkgsetcomp/badge.png

pkgsetcomp: compare and generate manifest / installed package reports

Features

Installing

Install from PyPi:

pip install pkgsetcomp

Install from GitHub as editable (add a pkgsetcomp.pth in site-packages):

pip install -e git+https://github.com/westurner/pkgsetcomp#egg=pkgsetcomp

Usage

Print help:

pkgsetcomp --help

Generate reports in the current directory:

pkgsetcomp

Generate a report comparing .manifest packages with installed packages:

MANIFEST="http://releases.ubuntu.com/14.04/ubuntu-14.04-desktop-amd64.manifest"
pkgsetcomp --manifest="$MANIFEST"

License

BSD Software License