This website works better with JavaScript.
Home
Explore
Help
Sign In
mar
/
sysadmin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
How to set up/manage services on a computer
8
Commits
1
Branch
0
Tags
179 KiB
Shell
100%
Tree:
e9b6610264
sysadmin
/
linux
/
system
/
find-pkg-that-owns-file.txt
3 lines
88 B
Raw
Blame
History
# Find package that owns a certain file
grep "${filename:?}" /var/lib/dpkg/info/*.list
Reference in new issue