aptinfo
This commit is contained in:
parent
827fe99782
commit
0eb1ec6d86
4
bash/aptinfo.sh
Executable file
4
bash/aptinfo.sh
Executable file
@ -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
Block a user