6

My previous question does a good job of explaining how to find software from official sources.

What about third-party sources? Are there any sites that have specialized in providing compiled software packages for the Raspberry Pi outside of the official repositories?

Zoot
  • 2,986
  • 3
  • 25
  • 36

1 Answers1

3

You can install third party packages easily in Arch Linux. However, the packages are not pre-compiled, but are known to compile.

The third party packages are organised in the Arch User Repository (AUR) and can be utilised using yaourt. You can find more information about the AUR and yaourt in this question.

One thing to note is that packages in the AUR are usually only for x86_64 or i686 architectures, but you can manually edit the package files during installation and add the arm flag instead, and most build fine.

You can browse the AUR in your web browser here.

Jivings
  • 22,538
  • 11
  • 90
  • 139