Skip to content

valtterikodisto/status-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status file parser

Shows key information about /var/lib/dpkg/status file found in Debian and Ubuntu systems via HTML interface.

Demo

Demo is hosted in Heroku

Getting started

Clone the project:

git clone https://github.com/valtterikodisto/status-file

Install dependencies:

cd status-file && npm install

Get it up and running

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

Test

To run tests:

npm test

About

Browse /var/lib/dpkg/status file via HTML interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published