1、apt install php-cli php-dev (php-cli是php,php-dev是安裝擴(kuò)展需要的) 2、apt install libevent-dev (安裝event擴(kuò)展前置條件) 3、pecl install event (安裝配置選默認(rèn)即可) 4、其他的擴(kuò)展可以直接apt install php-xxx 安裝,比如apt install php-mbstring 5、apt 不能安裝的,用...