Problem installing on Opensuse Tumbleweed?

Post Reply
Kreukel
Posts: 2
Joined: Wed Jun 10, 2026 5:15 pm

Problem installing on Opensuse Tumbleweed?

Post by Kreukel »

Hello,
Installing on Opensuse Tumbleweed.
Is the rpm broken? Am I doing something wrong? I downloaded then tried to install following the instructions

Code: Select all

wget https://www.softmaker.net/down/softmaker-office-nx-1415.x86_64.rpm
followed by

Code: Select all

sudo -E zypper install ./softmaker-office-nx-1415.x86_64.rpm
Here is what happens...

Code: Select all

...@localhost:~> sudo -E zypper install ./softmaker-office-nx-1415.x86_64.rpm
'./softmaker-office-nx-1415.x86_64.rpm' looks like an RPM file. Will try to use it.
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following NEW package is going to be installed:
  softmaker-office-nx

1 new package to install.

Package download size:    30.7 MiB

Package install size change:
              |     512.8 MiB  required by packages that will be installed
   512.8 MiB  |  -      0 B    released by packages that will be removed

Backend:  classic_rpmtrans
Continue? [y/n/v/...? shows all options] (y): y
Retrieving: softmaker-office-nx-nx-1415.x86_64 (Plain RPM files cache)                                          (1/1),  30.7 MiB    
softmaker-office-nx-1415.x86_64.rpm:
    Payload SHA256 ALT digest: BAD (Expected e0dfe510ca5b2bf2fba875f7c7331096a3f9d4726c3870be4d41eac1cc77a16b != e55093eaefe3240077238400099510c1cc832b03c8077c7fe2d346ede4f00639)
    Payload SHA256 digest: BAD (Expected d24f65fac4b29be232359a7bb9f95a9a83f840a0841e0dbfc65c8091ca732810 != e55093eaefe3240077238400099510c1cc832b03c8077c7fe2d346ede4f00639)
    RSA signature: NOTFOUND
    DSA signature: NOTFOUND
    MD5 digest: BAD (Expected 5b3e8e0be0fe6dccd8e4f84392fb2acf != 6eb900ed1168fc9d6b033c9741818193)

softmaker-office-nx-nx-1415.x86_64 (Plain RPM files cache): Signature verification failed [2-Signature does not verify]
Abort, retry, ignore? [a/r/i] (a): 
martin-k
SoftMaker Team
SoftMaker Team
Posts: 3166
Joined: Fri Nov 21, 2003 4:57 pm
Location: Nürnberg, Germany
Contact:

Re: Problem installing on Opensuse Tumbleweed?

Post by martin-k »

You can see from the download size of 30 MByte that you have an aborted download. Try downloading again.
Martin Kotulla
SoftMaker Software GmbH
User avatar
bernado82
Posts: 14
Joined: Mon May 18, 2020 5:49 pm
Location: France
Contact:

Re: Problem installing on Opensuse Tumbleweed?

Post by bernado82 »

@Kreukel

It seems you’ve had a problem installing the beta version of SoftMaker Office NX (2026), here’s how I did it on my Tumbleweed:

For the BETA version of NX, add the GPG key (if you haven’t already done):

Code: Select all

sudo rpm --import https://shop.softmaker.com/repo/rpm/softmaker-repo.asc
Creation of a local repository to get the beta RPM file inside (because not yet available in official repository):

Code: Select all

mkdir ~/SoftMaker/beta
sudo zypper ar -f ~/SoftMaker/beta/ SoftMaker-beta
sudo zypper ar -f https://shop.softmaker.com/repo/rpm/ SoftMaker (this one also for official repo!)
Download the current beta version and then install it from command line (or by using YaST or Myrlyn):

Code: Select all

cd ~/SoftMaker/beta
wget https://www.softmaker.net/down/softmaker-office-nx-1415.x86_64.rpm
sudo zypper install softmaker-office-nx
Why did I create a local repo in the SoftMaker folder for this beta version? Because every system update done by Zypper, Myrlyn or Discover tried to reinstall the previous version of NX, as this beta version had not been installed from the official repository.

@martin-k

Perhaps it would be more convenient if SoftMaker offered 2 separate repositories:

- the first one for all stable versions of their softwares.
- and the second, exclusively for new beta versions, when available.

Kind of like what Mullvad does: their stable repository contains their programs and their beta repo offers beta versions of their software when available, these are replaced in the repo by the final version as soon as possible.

Image

Image
Image
ChipTunes etc... is my public playlist for Spotify (a truncated version is on Deezer also) with nearly 2100 titles and over 125 hours of listening, go to: open.spotify.com/playlist/1juVxm3beomqM38isNZRIj
User avatar
bernado82
Posts: 14
Joined: Mon May 18, 2020 5:49 pm
Location: France
Contact:

Re: Problem installing on Opensuse Tumbleweed?

Post by bernado82 »

@Kreukel

I’m not sure if you’re still interested by the beta version of SoftMaker Office NX 2026. If, as I suggested above, you’ve already integrated the GPG key and created the local RPM repository, here’s how to install the last one on Tumbleweed:

Code: Select all

cd ~/SoftMaker/beta
wget https://www.softmaker.net/down/softmaker-office-nx-1417.x86_64.rpm
The latest beta version will be installed automatically by the next system update via Discover or Zypper, otherwise manually by using Myrlyn or YaST Software or with the following command:

Code: Select all

sudo zypper in softmaker-office-nx
Image

Image
Image
ChipTunes etc... is my public playlist for Spotify (a truncated version is on Deezer also) with nearly 2100 titles and over 125 hours of listening, go to: open.spotify.com/playlist/1juVxm3beomqM38isNZRIj
Post Reply

Return to “BETA: TextMaker NX and 2026 for Linux”