On Tuesday, 23 February 2021 at 15:15:56 UTC, Steven Schveighoffer wrote:
On 2/23/21 9:56 AM, Decabytes wrote:

Found this on the internet:

https://forums.freebsd.org/threads/list-of-the-installed-files-of-a-package.66372/

looks like:

pkg info -l name-of-package

It should show you were it put the ldc command and what it's called.

-Steve

Aha "pkg info ldc2 | grep "bin"" yielded the location in /usr/local/bin/ldc2. Thanks!

Reply via email to