- Allow to install armhf package
sudo dpkg --add-architecture armhf 
- Update the apt package index and install packages to allow apt to use a repository over HTTPS:
sudo apt-get update && sudo apt-get install -y \ apt-transport-https \ ca-certificates \ curl \