apt

0.0.2 • Public • Published

Build Status NPM version

A node.js wrapper for aptitude package management. Currently only supports 3 methods:

Update

Uses apt-get update to update the local apt cache

Show

Uses dpkg -s to parse some data about a named package

Install

Uses apt-get install -y to install a package

Uninstall

Uses apt-get remove -y to remove a package

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    74
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    74
  • 0.0.1
    1

Package Sidebar

Install

npm i apt

Weekly Downloads

52

Version

0.0.2

License

MIT

Last publish

Collaborators

  • mrvisser