Installing SoftMaker Office for Linux
SoftMaker Office NX 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 NX
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-nx.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-nx.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-nx.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-nx.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-nx.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-nx.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:
- Make sure that the program curl is installed.
- 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-nx.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:
- Make sure that the program curl is installed.
- 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-nx.sh | bash
Uninstalling SoftMaker Office NX
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-nx.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-nx.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-nx.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-nx.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-nx.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-nx.sh | sudo bash
If your Linux does not support the DEB or RPM package format, uninstall SoftMaker Office as follows:
- Make sure that the program curl is installed.
- Open a shell with root rights using sudo -i or su - and enter the following command to uninstall:
curl -fsSL https://softmaker.net/down/uninstall-softmaker-office-nx.sh | bash
Direct download
If you prefer to install SoftMaker Office NX 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/officenx/mime/remove_icons.sh
Installing on a USB flash drive
If you want to have SoftMaker Office NX 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:
- 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.
- Create a folder on the USB flash drive and copy the contents of the SoftMaker Office application folder (typically /usr/share/officenx) to this folder:
mkdir /media/disk/officenx (replace /media/disk with your USB flash drive's path) cd /usr/share/officenx cp -Rv * /media/disk/officenx (replace /media/disk with your USB flash drive's path)
- Create a file with the name portable.txt in this new folder on the USB flash drive. Its content is irrelevant:
cd /media/disk/officenx (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.
- Then, launch TextMaker:
./textmaker
TextMaker will create the folder /media/disk/officenx/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.
- Place documents in /media/disk/officenx/SoftMaker.
- Copy your TextMaker document templates to /media/disk/officenx/SoftMaker/TextMaker NX templates.
- Copy your PlanMaker document templates to /media/disk/officenx/SoftMaker/PlanMaker NX templates.
- Copy your Presentations design templates to /media/disk/officenx/SoftMaker/Presentations NX 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.