Ubnutu 22.04 上的 Raspberry Pi Imager

Ubnutu 22.04 上的 Raspberry Pi Imager

我正在使用 Ubuntu 22.04 设置我的笔记本电脑,但无法安装 Raspberry Pi Imager

我的简单脚本

echo -e "$LOG_INFO Install Raspi Imager"
curl -L https://downloads.raspberrypi.org/imager/imager_latest_amd64.deb --output raspi-imager.deb
sudo apt-get install -y ./raspi-imager.deb
rm raspi-imager.deb

结果是

[INFO] Install Raspi Imager
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   246  100   246    0     0   1378      0 --:--:-- --:--:-- --:--:--  1382
100  356k  100  356k    0     0  1106k      0 --:--:-- --:--:-- --:--:-- 1106k
[sudo] password for sebastian: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'rpi-imager' instead of './raspi-imager.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 rpi-imager : Depends: libssl1.1 (>= 1.1.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

依赖项“libssl1.1 (>= 1.1.0)”无法安装。有人知道我该如何修复它吗?这可能与 Ubuntu 22-04 有关吗?

相关内容