While trying to build an appimage for ubuntu that has an apt section i discovered that ubuntu does not really like, at least in older yet supported LTS versions, the aarch64 name for this architecture.
As a result, apt-get invocations fail with no candidate for this package error, since the packages available for arm64 are not considered for installation.
While trying to build an appimage for ubuntu that has an
apt
section i discovered that ubuntu does not really like, at least in older yet supported LTS versions, theaarch64
name for this architecture. As a result,apt-get
invocations fail withno candidate for this package
error, since the packages available forarm64
are not considered for installation.