【发布时间】:2022-10-04 21:28:02
【问题描述】:
我正在尝试在 DDEV 上运行 Drupal。在管理窗口中,我安装了 mkcert v1.4.4。我已经成功安装了 Docker、Ubuntu 2204.1.6 和 DDEV。当我在 Ubuntu 中运行“sudo apt-get update && sudo apt-get install -y certutil xdg-utils”时,我收到消息“E: Unable to locate package certutil”
我尝试使用 root@Lens_HP_2022:~# apt-get install libnss3-tools 安装 certutil,它似乎也可以工作,但是当我尝试安装 xdg 实用程序时仍然收到错误消息。
我在 Windows 机器上使用 WSL2。
【问题讨论】:
标签: docker ddev certutil mkcert