树莓派 4 的 Ubuntu 20.04 桌面不再可用了吗?

k-i*_*212 6 raspberrypi 20.04

我尝试在我的Raspberry Pi 4上安装Ubuntu 20.04桌面,但在官方网站上找不到ISO映像。

https://ubuntu.com/download/raspberry-pi

该图片已经不可用了吗?

Art*_*ild 13

从来没有专门针对 Raspberry Pi 的 Ubuntu 20.04 桌面版本。相反,您必须安装 Ubuntu 20.04 的服务器版本,安装后,您可以使用以下命令安装桌面环境:

sudo apt-get install ubuntu-desktop
Run Code Online (Sandbox Code Playgroud)