Conversation
Notices
-
is there an easy way to find out from the command-line what package provides a certain binary? !ubuntu !linux !debian #apt #dpkg
- william likes this.
-
@ghodmode do you mean once you install a package (program) what command it uses to launch?
-
@ghodmode check out dpkg -S /path/to/bin
-
@christpunk01 nope. I have a binary and I want to know what package it was installed with.
-
@ghodmode also try: apt-file search file and dlocate file
-
william likes this.
-
@ghodmode : you can use apt-file for that purpose
-
@ghodmode yum whatprovides <nameofbinary>