This site is a static archive of the Aegir community site. Documentation has moved to http://docs.aegirproject.org. Other community resources can be found on the Contacting the community page.
Skip navigation

Installing aegir on ARM architecture (Raspberry Pi)

Help

Installing aegir on ARM architecture (Raspberry Pi)

Tagged:

When I try to run sudo apt-get update

echo "deb http://debian.aegirproject.org stable main" | sudo tee -a /etc/apt/sources.list.d/aegir-stable.list
curl http://debian.aegirproject.org/key.asc | sudo apt-key add -
sudo apt-get update
I get the following error W: Failed to fetch http://debian.aegirproject.org/dists/stable/InRelease  Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)

binary-armhf missing in sources?

#1

I don't think the Aegir Project intends to specifically publish multiple architectures. That said, it'd certainly be interesting to hear whether you get something like this working.

I think the place to start would be: http://www.raspbian.org/RaspbianFAQ#Can_I_mix_packages_from_the_Debian_r...

After that, I guess you'd need to work through the Multiarch setup: https://wiki.debian.org/Multiarch/HOWTO

Need help?

Discussion

The discussion area lets your team communicate by posting updates and discussing issues. It is a great place for sharing progress, discussing challenges, and exploring ideas.