I was wondering if there is a way to check each package and make sure that all packages required by that package(dependancies) are installed. I see that "pkg_info -an" will show all required packages for each package but not sure how to make sure that they are installed. Any ideas??