Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.33 KB

how-to-install-deb-pkg-on-rpi.md

File metadata and controls

28 lines (18 loc) · 1.33 KB

Install from Debian packages hosted on packages.microsoft.com

Raspberry Pi 3

Ubuntu server 20.04 (64-bit)

Debian 10 armhf on rpi3

  • From RPi Imager, choose Raspberry Pi OS" - > Raspberry Pi OS Lite (Legacy)

  • Follow step 1 of add apt.d for packages.microsoft.com for Debian 10 buster.

  • Step 2 fails with "could not find a distribution template for Raspbian/buster". Instead do:

    echo "deb https://packages.microsoft.com/debian/10/prod buster main" > /etc/apt/sources.list.d/microsoft-prod.list

  • sudo apt update

  • sudo apt install deviceupdate-agent

Raspberry Pi 4

Ubuntu 20.04 aarch64