Differences
This shows you the differences between two versions of the page.
dragonfly_bsd [2018/12/29 13:48] – created - external edit 127.0.0.1 | dragonfly_bsd [2025/07/21 09:28] (current) – removed steve | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== DragonFly BSD ====== | ||
- | * [[DragonFly BSD Install]] | ||
- | * [[DragonFly BSD Sound]] | ||
- | |||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | == Finding which package includes a binary == | ||
- | |||
- | If you know the name of the binary, but not what package it is in, look at the '' | ||
- | |||
- | < | ||
- | find / | ||
- | </ | ||
- | |||
- | == Getting the binary package for a file == | ||
- | |||
- | If you have the binary installed, and want to know which package it belongs to: | ||
- | |||
- | < | ||
- | pkg which < | ||
- | </ |