Skip to content

Instantly share code, notes, and snippets.

@zoliky
Last active October 13, 2023 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoliky/9cbe7f30b32e717d8c791931ac30085e to your computer and use it in GitHub Desktop.
Save zoliky/9cbe7f30b32e717d8c791931ac30085e to your computer and use it in GitHub Desktop.
Installing SoftMaker Office on Debian 12
Installation
------------
$ wget -qO - https://shop.softmaker.com/repo/linux-repo-public.key | sudo gpg --dearmor --output /etc/apt/trusted.gpg.d/softmaker.gpg
$ echo "deb https://shop.softmaker.com/repo/apt stable non-free" | sudo tee -a /etc/apt/sources.list.d/softmaker.list
$ sudo apt update
$ sudo apt install softmaker-office-nx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment