I can find no question even slightly addressing this, so I imagine I'm missing something important, but I would appreciate if someone could even tell me that.
I have recently been self-learning some programming languages, and I can't figure out the conceptual difference between Grape, the JAR dependency manager within Groovy, and yum, the command-line package-management utility in Linux.
In the video instruction I'm watching, the professor used Grape within the Linux command line to install a package and its dependencies, which is what yum is used for. Is Grape simply the Groovy-specific version of the Linux-specific yum? Or is there a more fundamental difference?