You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed php-gnupg with sudo apt install php-gnupg
(php-common php7.4-cli php7.4-common php7.4-json php7.4-opcache php7.4-phpdbg php7.4-readline)
following reboot.
gnupg 2.2.20-1ubuntu1.1 installed
However, there is still the message:
App "GPG Mailer" cannot be installed because the following dependencies are not fulfilled: The library gnupg is not available. What can I do here?
Anyway, thank you for this app. It adds a lot of value to nextcloud!
The text was updated successfully, but these errors were encountered:
The app still cannot be installed, because of the missing dependancy. That is a pitty because that could be a very good addition to the mailer in Nextcloud.
Isn't there a way to show the app where the librarie reside?
Iodok
Late to th party. You probably have to install the specific version then. i.e. apt install php7.4-gnupg and if you dont know what version then php -v will usually tell you the active version of php. After installing, restart apache2 and maybe fpm for good measure. i.e. sudo systemctl restart apache2 php7.4-fpm
Ubuntu 21.04, Nextcloud 21.0.1 snap from Ubuntu Software.
#9
#7
I installed php-gnupg with
sudo apt install php-gnupg
(php-common php7.4-cli php7.4-common php7.4-json php7.4-opcache php7.4-phpdbg php7.4-readline)
following reboot.
gnupg 2.2.20-1ubuntu1.1 installed
However, there is still the message:
App "GPG Mailer" cannot be installed because the following dependencies are not fulfilled: The library gnupg is not available. What can I do here?
Anyway, thank you for this app. It adds a lot of value to nextcloud!
The text was updated successfully, but these errors were encountered: