Shows key information about /var/lib/dpkg/status
file found in Debian and
Ubuntu systems via HTML interface.
Demo is hosted in Heroku
Clone the project:
git clone https://github.com/valtterikodisto/status-file
Install dependencies:
cd status-file && npm install
If you have status file in /var/lib/dpkg
you can just hit:
npm start
If you don't have the file or you want to read it elsewhere:
npm start path/to/file
The default port is 8080 so navigate to localhost:8080
To run tests:
npm test