Palin - An utility liblary for package managers.
Palin is a Utility Liblary for linux's package managers, such as apt, yum, pacman. It can detect which package managers installed in a linux distro, checks if a program installed in that. In next releases, new utilites will be added.
Guide
use *;
Then you can check is a program installed on a package managers list. That functions returns a boolean:
use *;
And also you can check existences of some specific programs:
use *;
Planned Features For Future Releases
- Adding support for listing the programs of package managers.
- Adding support for showing more information support for programs of package managers.