logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

what-provides - determine what package provides a binary in your path

Author

       This manpage and the utility was written by Dustin Kirkland <kirkland@ubuntu.com> for Ubuntu systems (but
       may be used by others).  Permission is granted to copy, distribute and/or modify this document under  the
       terms of the GNU General Public License, Version 3 published by the Free Software Foundation.

       On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-
       licenses/GPL, or on the web at http://www.gnu.org/licenses/gpl.txt.

what-utils                                         11 Jan 2011                                  what-provides(1)

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

Name

       what-provides - determine what package provides a binary in your path

See Also

dpkg(1), which(1)

Synopsis

what-provides SOME_BINARY [SOME_OTHER_BINARY ...]

See Also