For example, there is a command "send_arp", I'm not sure which package should I uninstall if I want to remove it.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
You can determine the file name for a command line utility using the
With that information, you can find out which package owns the file using
That tells us that |
|||
|
|
|
In addition to James's post you can also do this on-line: send-arp. That way you can find not only the package but also all the dependencies (if there are any): cluster-agents |
|||
|
|