34 Pkgrm(
const std::string& commandName) :
Pkgdbh(commandName) {}
37 void run(
int argc,
char** argv);
38 void printHelp()
const;
41 void getListOfManInstalledPackages ();
42 std::set<std::string> m_listOfManInstalledPackages;
43 std::set<std::string> m_listofDependencies;
45 void getDirectDependencies(std::string& name);