How To: Find Which Package Provides a Given File
Don’t you just hate it when you’re in your terminal and want to run some commands, only to discover that you don’t have the appropriate package installed (yet)? Maybe you recently reinstalled your machine and haven’t fully set it up yet or there is a mismatch between your personal and work machine. Whatever the case, you quickly want to install the package and get on with it. But what if the name of the command isn’t the name of the package? In this case you need to query the repos. What’s the command for doing that again? I keep forgetting it. ...