よろしくお願いします。
・Vagrant 2.2.14 (Windows10)
・ゲストOS: Ubuntu 18.10
Vagrant上にUbuntu(box= generic/ubuntu1810)を作り、ここにPHP 7.4を入れようとしています。
しかしエラーになり進めることができません。
いろいろ検索していますが解決できる対処策が見当たらず。
何かご存じの方おられましたら、ご教授いただけないでしょうか。よろしくお願いいたします。
実施したコマンドは次の通りです。
$ sudo apt-get update $ sudo apt -y install software-properties-common $ sudo add-apt-repository ppa:ondrej/php (中略) # LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php More info: https://launchpad.net/~ondrej/+archive/ubuntu/php Press [ENTER] to continue or Ctrl-c to cancel adding it. ◆ここでENTER押下 Hit:1 http://old-releases.ubuntu.com/ubuntu cosmic InRelease Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu cosmic InRelease [20.8 kB] Hit:3 http://old-releases.ubuntu.com/ubuntu cosmic-updates InRelease Hit:4 http://old-releases.ubuntu.com/ubuntu cosmic-backports InRelease Hit:5 http://old-releases.ubuntu.com/ubuntu cosmic-security InRelease Fetched 20.8 kB in 11s (1,818 B/s) Reading package lists... Done $ sudo apt-get update $ sudo apt install php7.4 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package php7.4 E: Couldn't find any package by glob 'php7.4' E: Couldn't find any package by regex 'php7.4'
ちなみにパッケージ情報を行ったところ
$ sudo apt show php7.1
$ sudo apt show php7.2
この2バージョンは
Package: php7.2
Version: 7.2.19-0ubuntu0.18.10.1
Priority: optional
などとなりパッケージがあること確認できましたが、7.3以上は上記エラーのようになります。
単にUbuntu18.10用のPHPレポジトリ削除されただけなのでしょうか。
もしそうなら追加するリポジトリのURLをお教えいただきたく。お願いいたします。
よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/05/05 16:15