Install for linux arm64

Is there a install file for linux arm64? And libreoffice version is 24.x.x or 25.x.x
I check the release in Index of /libreoffice/old ,
but only MAC/WIN has aarch64 install file.
I wonder if there has install file for linux arm64 or not, if someone konw, please
give me a answer, thanks~

At least major Linux distributions (checked Debian Sid, Ubuntu 25.02, Alpine 3.22, Arch Linux) have provided their own packages, see Pkgs.org search result. Their repositories have 25.2 version of LibreOffice.

Or if you don’t like them, you can also install LibreOffice through flatpak. see Flathub link. Support for x86_64, aarch64.

Or if you reallu don’t want any of them, you’ll have to build your own by source code. There’s no official AppImage for arm64. Absolutely I don’t recommend this way, as it’s really COMPLEX, especially on these large software.

In Linux, there isn’t a literal “install file”. Most softwares are installed through package manager. You can also find that the source code needs “sudo make install” or something else, meaning that you install it directly to your system (with divided files in mutiple directories). The only “installers” I’ve met and used are NVIDIA drivers and Anaconda.

1 Like

thanks, it’s useful for me