Home > OS >  What do you mean centos7.6 following instructions? How to input in Ubuntu18 terminal?
What do you mean centos7.6 following instructions? How to input in Ubuntu18 terminal?

Time:09-22

Centos7.6
Yum install libsmbclient libsmbclient - devel
Pecl install smbclient

CodePudding user response:

Yum command is the installation package, ubuntu convert into apt - get, pecl should be PHP, should be the same

CodePudding user response:

Apt to get the install XXXXXX
  • Related