Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dragonfly_bsd [2018/12/29 13:48] – created - external edit 127.0.0.1dragonfly_bsd [2025/07/21 09:28] (current) – removed steve
Line 1: Line 1:
-====== DragonFly BSD ====== 
  
-  * [[DragonFly BSD Install]] 
-  * [[DragonFly BSD Sound]] 
- 
-  * [[https://www.dragonflybsd.org/docs/handbook/|Handbook]] - start here 
-  * [[https://www.dragonflybsd.org/docs/user/Comparison_with_Linux/|Comparison with Linux]] 
- 
-== Finding which package includes a binary == 
- 
-If you know the name of the binary, but not what package it is in, look at the ''pkg-plist'' file for each one: 
- 
-<code> 
-find /usr/dports/ -maxdepth 2 -name pkg-plist -exec grep -H <execname> {} \; 
-</code> 
- 
-== Getting the binary package for a file == 
- 
-If you have the binary installed, and want to know which package it belongs to: 
- 
-<code> 
-pkg which <name> 
-</code> 

Navigation
QR Code
QR Code dragonfly_bsd (generated for current page)