我正在嘗試在我的伺服器上安裝 php8.0-curl。 但它一直給我以下錯誤:
$ sudo apt install php8.0-curl Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php8.0-curl E: Couldn't find any package by glob 'php8.0-curl'
我按照以下步驟操作,但沒有成功。
sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt install curl sudo apt install php8.0-curl
我使用了錯誤的儲存庫。 按照這個答案解決了這個問題。https://serverfault.com/a/1106701