Код: Выделить всё
sudo apt-get install php8.3возвращает:
Код: Выделить всё
E: Unable to locate package php8.3
E: Couldn't find any package by glob 'php8.3'
E: Couldn't find any package by regex 'php8.3'
< /code>
Что делать? < /p>
lsb_release -aвозвращает:
Код: Выделить всё
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
< /code>
apt policy php8.3Я добавил PPA: ondrej/php Repository.
Код: Выделить всё
cat /etc/apt/sources.list.d/ondrej-ubuntu-php-focal.listвозвращает
deb http://ppa.launchpad.net/ondrej/php/ubuntu focal main
# deb-src http://ppa.launchpad.net/ondrej/php/ubuntu focal main
< /code>
in fact on a machine php8.3 is installed but when trying to install extension php8.3-gmp on it ,can not find
Подробнее здесь: https://stackoverflow.com/questions/797 ... untu-20-04
Мобильная версия