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-packageIt 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!