今天早上,我尝试使用 Raspberry Pi Imager 将映像刻录到 microSD 卡上,将 64 位 Ubuntu 核心安装到我的 Raspberry Pi 3B+ 上。但是,在启动和所有首次配置后,我无法运行 apt update,因为 apt 不存在。我已经检查了当前用户和 root 上的 usr/bin,但两者都没有 apt。
我采取的步骤如下:
- 运行 Raspberry Pi Imager,选择 SD 卡,选择 Ubuntu 64 位 18.04 LTS 版本并点击写入
- 将 microSD 卡插入 Raspberry Pi 并启动。
这些是我在树莓派官方网站上遵循的教程:
- https://www.raspberrypi.org/downloads/
- https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#1-overview
- https://ubuntu.com/download/raspberry-pi/thank-you?version=18.04&architecture=arm64+raspi
我尝试使用 Ubuntu 网站上的 Ubuntu raspberry pi 重新安装,并在没有 Raspberry Pi Imager 的情况下手动刻录,但 apt 仍然不存在。我尝试使用这些问题的答案手动安装 apt,看看它是否可以解决问题:apt-get 已删除,如何重新安装?。但是,我也没有 wget 或 dpkg(我检查了 usr/bin)。
我做错了什么吗?我需要手动安装特定版本的 Ubuntu 还是需要进行任何配置?
p/s:我正在使用 Windows PC 下载和刻录映像。
答案1
Ubuntu core 18.04 仅具有 Snap 用于包管理。