// // Created by auric on 2/28/24. // #ifndef INSTALL_H #define INSTALL_H int installPackages(char** package, int pkgCount, int source, int uninstall); #endif //INSTALL_H