reverse lookup which package caused a file to exist

By: Johnathon Wright on: December 11, 2013

jw@logopolis:~$ sudo dpkg -S /lib/init/vars.sh
initscripts: /lib/init/vars.sh

cool.

/hattip glitsj16 on #ubuntu





Comments:

Just checking that you are human. What would be the result of this code?

a = 3*(4/2); b = 1; a+b

Back