Installing SoftMaker Office for Linux

SoftMaker Office 2024 contains a set of 64-bit applications that can be used with 64-bit (x86_64, amd64) Linux distributions. 32-bit distributions are not supported.


Installing SoftMaker Office 2024

Open a shell or terminal window and enter the following commands to install SoftMaker Office:

su -c "apt update && apt install -y curl"
su -c "curl -fsSL https://softmaker.net/down/install-softmaker-office-2024.sh | bash"

This also sets up the SoftMaker repository so that you receive service packs.

Open a shell or terminal window and enter the following commands to install SoftMaker Office:

sudo apt update && sudo apt install -y curl
curl -fsSL https://softmaker.net/down/install-softmaker-office-2024.sh | sudo bash

This also sets up the SoftMaker repository so that you receive service packs.

Open a shell or terminal window and enter the following commands to install SoftMaker Office:

sudo apt update && sudo apt install -y curl
curl -fsSL https://softmaker.net/down/install-softmaker-office-2024.sh | sudo bash

This also sets up the SoftMaker repository so that you receive service packs.

Open a shell or terminal window and enter the following commands to install SoftMaker Office:

sudo pacman -Syu --noconfirm curl
curl -fsSL https://softmaker.net/down/install-softmaker-office-2024.sh | sudo bash

The Manjaro package manager keeps SoftMaker Office up to date automatically.

Open a shell or terminal window and enter the following commands to install SoftMaker Office:

sudo dnf install -y curl
curl -fsSL https://softmaker.net/down/install-softmaker-office-2024.sh | sudo bash

This also sets up the SoftMaker repository so that you receive service packs.

Open a shell or terminal window and enter the following commands to install SoftMaker Office:

sudo zypper install -y curl
curl -fsSL https://softmaker.net/down/install-softmaker-office-2024.sh | sudo bash

This also sets up the SoftMaker repository so that you receive service packs.

If your Linux does not support the DEB or RPM package format, install SoftMaker Office as follows:

  1. Make sure that the program curl is installed.
  2. Open a shell with root rights using sudo -i or su - and enter the following command to install:
curl -fsSL https://softmaker.net/down/install-softmaker-office-2024.sh | bash

Installing service packs

If you have enabled automatic upgrades in Linux with the unattended-upgrades package, SoftMaker Office service packs will be installed automatically.

Otherwise, update SoftMaker Office with the following command:

su -c "apt update && apt upgrade"

If you have enabled automatic upgrades in Linux with the unattended-upgrades package, SoftMaker Office service packs will be installed automatically.

Otherwise, update SoftMaker Office with the following command:

sudo apt update && sudo apt upgrade

If you have enabled automatic upgrades in Linux with the unattended-upgrades package, SoftMaker Office service packs will be installed automatically.

Otherwise, update SoftMaker Office with the following command:

sudo apt update && sudo apt upgrade

The Manjaro package manager keeps SoftMaker Office up to date automatically.

If you have enabled automatic upgrades in Linux with the dnf-automatic package, SoftMaker Office service packs will be installed automatically.

Otherwise, update SoftMaker Office with the following command:

sudo -E dnf upgrade

If you have enabled automatic upgrades in Linux, SoftMaker Office service packs will be installed automatically.

Otherwise, update SoftMaker Office with the following command:

sudo -E zypper update

If your Linux does not support DEB or RPM packages, install new revisions of SoftMaker Office by repeating the installation:

  1. Make sure that the program curl is installed.
  2. Open a shell with root rights using sudo -i or su - and enter the following command to install:
curl -fsSL https://softmaker.net/down/install-softmaker-office-2024.sh | bash

Uninstalling SoftMaker Office 2024

Open a shell or terminal window and enter the following commands to remove SoftMaker Office from your system:

su -c "apt update && apt install -y curl"
su -c "curl -fsSL https://softmaker.net/down/uninstall-softmaker-office-2024.sh | bash"

Open a shell or terminal window and enter the following commands to remove SoftMaker Office from your system:

sudo apt update && sudo apt install -y curl
curl -fsSL https://softmaker.net/down/uninstall-softmaker-office-2024.sh | sudo bash

Open a shell or terminal window and enter the following commands to remove SoftMaker Office from your system:

sudo apt update && sudo apt install -y curl
curl -fsSL https://softmaker.net/down/uninstall-softmaker-office-2024.sh | sudo bash

Open a shell or terminal window and enter the following commands to remove SoftMaker Office from your system:

sudo pacman -Syu --noconfirm curl
curl -fsSL https://softmaker.net/down/uninstall-softmaker-office-2024.sh | sudo bash

Open a shell or terminal window and enter the following commands to remove SoftMaker Office from your system:

sudo dnf install -y curl
curl -fsSL https://softmaker.net/down/uninstall-softmaker-office-2024.sh | sudo bash

Open a shell or terminal window and enter the following commands to remove SoftMaker Office from your system:

sudo zypper install -y curl
curl -fsSL https://softmaker.net/down/uninstall-softmaker-office-2024.sh | sudo bash

If your Linux does not support the DEB or RPM package format, uninstall SoftMaker Office as follows:

  1. Make sure that the program curl is installed.
  2. Open a shell with root rights using sudo -i or su - and enter the following command to uninstall:
  3. curl -fsSL https://softmaker.net/down/uninstall-softmaker-office-2024.sh | bash

Direct download

If you prefer to install SoftMaker Office 2024 manually, you can download the installation packages here:

.deb package .rpm package .tgz package

If you would like to read the legacy installation instructions, click here.


Restoring document icons

The icons for common document formats such as DOCX, XLSX and PPTX are assigned to SoftMaker Office when you install it. If you do not like our icon style, you can easily restore the previous icons by running this script:

sudo /usr/share/office2024/mime/remove_icons.sh

Installing on a USB flash drive

If you want to have SoftMaker Office 2024 for Linux and important documents with you when on the go, you can copy SoftMaker Office to a USB flash drive. You can then insert this USB flash drive into any Linux-based computer (for example, those of friends or in Internet cafes) and run SoftMaker Office. When you unplug the USB flash drive, no trace of SoftMaker Office will remain on the PC.

Proceed as follows:

  1. Install SoftMaker Office on the built-in hard drive of your Linux PC. This lets you work with SoftMaker Office as usual, even without a USB flash drive.
  2. Create a folder on the USB flash drive and copy the contents of the SoftMaker Office application folder (typically /usr/share/office2024) to this folder:
mkdir /media/disk/office2024 (replace /media/disk with your USB flash drive's path)
cd /usr/share/office2024
cp -Rv * /media/disk/office2024 (replace /media/disk with your USB flash drive's path)
  1. Create a file with the name portable.txt in this new folder on the USB flash drive. Its content is irrelevant:
cd /media/disk/office2024 (replace /media/disk with your USB flash drive's path) 
touch portable.txt

The portable.txt file is just a "marker file" that informs SoftMaker Office that it should run in portable mode and not leave any configuration files on the host operating system.

  1. Then, launch TextMaker:
./textmaker

TextMaker will create the folder /media/disk/office2024/SoftMaker and copy its default document templates and configuration files into it. This can take up to thirty seconds. After that, TextMaker will be launched.

The installation is complete now.

If you want, you can now copy additional documents and templates to the flash drive.

  1. Place documents in /media/disk/office2024/SoftMaker.
  2. Copy your TextMaker document templates to /media/disk/office2024/SoftMaker/TextMaker 2024 templates.
  3. Copy your PlanMaker document templates to /media/disk/office2024/SoftMaker/PlanMaker 2024 templates.
  4. Copy your Presentations design templates to /media/disk/office2024/SoftMaker/Presentations 2024 designs.

To launch one of the programs, open the SoftMaker Office folder on the USB flash drive and double-click on the program you want to launch.