Software Boutique catagories find no software for Odroid C2

I downloaded Ubuntu Mate onto my Odroid C2 16Gb MicroSD card as described in the Odroid wiki:

http://odroid.com/dokuwiki/doku.php?id=en:odroid_flashing_tools

My Odroid appears to boot correctly apart from Software Boutique. When I open the Boutique the Fixes category enables me to perform Update, Upgrade, Configure, Resolve correctly.

But when I select categories Accessories, Education, Games, Graphics, Internet, Office, Program, Sound, System, Universal, More categories, I get the following message:

Sorry, welcome could not feature any software for this category that is compatible on this system.

Am I missing something in the settings?

This will be because the Boutique doesn’t recognise the architecture as armhf.

Please tell me the architecture it uses for packages:

dpkg --print-architecture

Also, the processor and hardware platform:

uname -p -i

Then this will be fixed in a future update. :slight_smile:


For now, providing it is an ARM processor, you can tell start Boutique and force armhf listings to appear:

ubuntu-mate-welcome --software-only --force-arch=armhf

@lah7 thanks for your prompt reply…

the architecture is arm64

the processor and hw platform is aarch64 aarch64

Thank you for the fix, it works.

@lah7 For anything that is installed from the official archive, we should add all supported architectures.