packages property
What the package is called, per manager.
Implementation
@override
PackageNames get packages => const PackageNames(
apt: 'net-tools',
apk: 'net-tools',
dnf: 'net-tools',
// macOS ships both in /usr/sbin, and they are not Homebrew's to replace.
);