An apt wrapper for Node.js
npm install apt
A node.js wrapper for aptitude package management. Currently only supports 3 methods:
Uses dpkg -s to parse some data about a named package
dpkg -s
Uses apt-get install -y to install a package
apt-get install -y
Uses apt-get remove -y to remove a package
apt-get remove -y