https://www.howtogeek.com/display-path-executable-file-linux/
4 different commands on Linux that can help show you where an app is located
- which
- whereis
- type
- command -v
The article goes over each one in some detail, along with screenshots & examples, and what the differences between them are.