$ sudo apt install apache2 libapache2-mod-php openssl php-imagick php-gd php-imap php-intl php-json php-ldap php-mbstring php-mysql php-pgsql php-smbclient php-ssh2 php-sqlite3 php-xml php-zipReading package lists... Done
Building dependency tree
Reading state information... Done
Package php-smbclient is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php-smbclient' has no installation candidate发布于 2021-08-27 22:32:03
php-smbclient包只有可用的在18.04宇宙存储库中,因此如果不添加第三方回购(如ondrej PPA ),就无法在21.04上安装。
您可以将它添加到系统中,如下所示:
sudo add-apt-repository ppa:ondrej/php
sudo apt update从这里开始,您将能够安装php-smbclient包。
https://askubuntu.com/questions/1360505
复制相似问题