dpkg
Verified for current stable LTS
Dpkg Command: Find Package Owning File Linux
Use for find package owning file linux with Dpkg. Exact CLI syntax to find package owning file linux using Dpkg.
When to use this: Use for find package owning file linux with Dpkg.
Command Syntax
dpkg -S <path/to/file> dpkg -S <path/to/file> Live Command Builder
Final Command
dpkg -S <path/to/file> Command Breakdown
-S- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to find package owning file linux using Dpkg.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Dpkg Command: Install Package Debian
sudo dpkg -i <path/to/file.deb> Dpkg Command: List Installed Packages Linux dpkg -l <pattern> Dpkg Command: List Local Package Contents Linux dpkg -c <path/to/file.deb> Dpkg Command: List Package Contents Linux dpkg -L <package> Dpkg Command: Purge Package Debian sudo dpkg -P <package>