I'm trying to update the PHP version on my www/nextcloud instance. As I use the web updater from Nextcloud itself, I "just" want to update all php dependencies "around" my Nextcloud.
Basically I want to have a list of all lang/php81 packages required by e.g. nextcloud-php81 - but NOT installing/updating Nextcloud itself via the package.
I saw an example of
Does someone here have an idea of how to achieve this?
Thanks!
Basically I want to have a list of all lang/php81 packages required by e.g. nextcloud-php81 - but NOT installing/updating Nextcloud itself via the package.
I saw an example of
pkg info -dx packagename
, but as far as my understanding goes this lists dependencies of already installed packages.Does someone here have an idea of how to achieve this?
Thanks!