In a debian like system this can be accomplished by:
dpkg -S $FILENAME
Of course if you're looking for which package owns a command, 'which' is your friend, the following tells me which package owns 'ionice
dpkg -S `which ionice`
In a debian like system this can be accomplished by:
dpkg -S $FILENAME
Of course if you're looking for which package owns a command, 'which' is your friend, the following tells me which package owns 'ionice
dpkg -S `which ionice`

Except where otherwise noted, work is licensed under a Creative Commons Licence and is the work and opinion of the credited author(s).