gpgmailer icon indicating copy to clipboard operation
gpgmailer copied to clipboard

library gnupg is not available.

Open Bromptonaut opened this issue 3 years ago • 2 comments

Ubuntu 21.04, Nextcloud 21.0.1 snap from Ubuntu Software.

https://github.com/tacruc/gpgmailer/issues/9

https://github.com/tacruc/gpgmailer/issues/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!

Bromptonaut avatar May 23 '21 04:05 Bromptonaut

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

Iodok avatar Jun 17 '21 12:06 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

andrewborell avatar Mar 14 '22 16:03 andrewborell