We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482c7e3 commit b5d4fbcCopy full SHA for b5d4fbc
src/xbps-src-tutorial/packaging-oniguruma.md
@@ -281,7 +281,6 @@ You can query the SONAMEs a library provides with `objdump`
281
You can query the SONAMEs a program needs similarly:
282
```
283
> objdump -p /usr/bin/bat | grep NEEDED
284
-meator ~/git/xbps-src-tutorial/src/images>% objdump -p /usr/bin/bat | grep NEEDED [0]
285
NEEDED libonig.so.5
286
NEEDED libgcc_s.so.1
287
NEEDED libm.so.6
0 commit comments