Skip to content

Distt21/node-apt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status NPM version

A node.js wrapper for aptitude package management. Supports the following operations:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%