Raspberry Pi Imager on Ubnutu 22.04

I'm setting up my laptop with Ubuntu 22.04 and cannot install the Raspberry Pi Imager

My simple script

echo -e "$LOG_INFO Install Raspi Imager" curl -L --output raspi-imager.deb sudo apt-get install -y ./raspi-imager.deb rm raspi-imager.deb 

results in

[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. 

The dependency "libssl1.1 (>= 1.1.0)" is not installable. Anyone got an idea on how I can fix that? Could this be related to Ubuntu 22-04?

2

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like