(Program developed using C ) to keeps track of what Package is installed on your computer, and allows you to easily install new software, up‐grade software to newer versions, or remove software that you previously installed. As the name suggests, package managers deal with packages: collections of files that are bundled together and can be installed and removed.
- Show all installed packages in your system (Linux)
- Install specific package
- Uninstall specific package
- Check specific package installed or not
- You can download packageManager.exe from bin/Debug
- Or import PackageManager.c and PackageManager.h in your code