aptinfo
parent
827fe99782
commit
0eb1ec6d86
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
# shows `apt-cache show`information for a package that given binary belongs to (relative path)
|
||||
apt-cache show $(apt-file search $(which $1) | cut -d ":" -f 1)
|
||||
exit 0
|
Loading…
Reference in New Issue