libreoffice
libreoffice 25.8.5.2
Comprehensive, professional-quality productivity suite, a variant of openoffice.org
https://libreoffice.org/Mozilla Public License 2.0GNU Lesser General Public License v3.0 or laterApache License 2.0
main program: libreofficeprograms: libreoffice, soffice, smath, simpress, sbase, swriter, unopkg, scalc, sdraw
Maintainers
Platforms (24)
armv5tel-linuxarmv7l-linuxs390-linuxarmv6l-linuxmicroblaze-linuxmipsel-linuxmips64-linuxarc-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ libreoffice ];
Ad-hoc shell
nix-shell -p libreoffice
Flake (nix run)
nix run nixpkgs#libreoffice