Welcome to WINUX - APP-GET for Windows 7 and Windows 8! This project aims to create a clone of the "apt-get" command found in Debian-based Linux OSes. For those who do not know what apt-get does, it allows you to download and install packages to your Linux OS. App-Get is somewhat different, it uses Wget to get an installer or an update and then installs it. An example:
To install Adobe Flash Player:
Ubuntu (APT-GET):
sudo apt-get install flashplugin-installer
(Notes: Sudo is only there because Ubuntu does not allow direct access to Root User because that could be dangerous. This way, you can only get root access when you want.)
Windows 8 (APP-GET):
app-get flash-player