This is the command what-provides that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
what-provides - determine what package provides a binary in your path
SYNOPSIS
what-provides SOME_BINARY [SOME_OTHER_BINARY ...]
DESCRIPTION
what-provides(1) is a simple program that determines what package provides a specified
binary that is in your path.
It's a simple alias for dpkg(1) -S $(which(1) "$i").
EXAMPLE
$ what-provides cat
coreutils: /bin/cat
Use what-provides online using onworks.net services