J jcw Today at 5:23 AM #1 How can I search for a missing utility in a pkgbase system? I was hoping that: # pkg search -r FreeBSD-base config would tell me which package I need to install.
How can I search for a missing utility in a pkgbase system? I was hoping that: # pkg search -r FreeBSD-base config would tell me which package I need to install.
monwarez Today at 6:09 AM #2 There is the ports-mgmt/pkg-provides plugins for that, but not sure if it cover pkgbase yet. Looking at https://github.com/rosorio/pkg-provides/issues/7, it seems that it could support pkgbase, but not sure if the author generated them on their website.
There is the ports-mgmt/pkg-provides plugins for that, but not sure if it cover pkgbase yet. Looking at https://github.com/rosorio/pkg-provides/issues/7, it seems that it could support pkgbase, but not sure if the author generated them on their website.