Nextcloud + Ubuntu 20.04: smbclient ist nicht installiert

Das Hinzufügen von “SMB/CIFS”, “SMB/CIFS mit OC-Anmeldung” ist nicht möglich. Bitte wende Dich zur Installation an den Administrator.

“smbclient” is not installed. Mounting of “SMB / CIFS”, “SMB / CIFS using OC login” is not possible. Please ask your system administrator to install it.

apt update
apt install libsmbclient-dev git
pecl install smbclient
vi php.ini
extension=“smbclient.so”
service apache2 restart && service php7.4-fpm restart

Siehe auch