I have seen many GUI applications, when launched, check the system for certain packages and plugins and if they are not there it automatically installs them. How can I do the same with my GUI right before it is launched in python? Can i do it in a .sh script or console script of some sort?
I have seen many GUI applications, when launched, check the system for certain packages
Share
From https://stackoverflow.com/a/4529027/1413321: