Skip to main content

Running IBM SPSS Statistics 29 using Wine on Linux

Linux Linux Good Software IBM SPSS Linux Wine
Table of Contents

中文版

When doing statistical analysis research in applied linguistics, it is inevitable to use SPSS to calculate the results.

SPSS software is a proprietary software developed by IBM, and now it only supports Window and macOS.

Actually, SPSS should natively support Redhat Linux distributions, but according to the IBM announcement, the Linux version of SPSS is only supported up to version 27.

PS IMAGO PRO is a statistical analysis software released by Predictive Solutions, containing IBM SPSS Statistics, PS IMAGO Desinger, PS IMAGO Process.

The SPSS that our school purchased from the representative is version 29, which is included in the “PS IMAGO PRO” bundle, and we renew the contract every year to purchase the latest version of SPSS, which is awesome! We don’t keep any old version of the software for others to download!

Then we can only use Bottles (Wine) to run SPSS! The WineDB data shows that the last versions of SPSS have been running quite well.

My Operating System: Ubuntu 22.04

1. Download IBM SPSS Statistics
#

I’m not going to discuss pirated installations here. My SPSS is included in the PS IMAGO PRO suite of software, which was obtained from the school’s designated internal server, and includes an activation serial number.

  1. After downloading PS IMAGO PRO, I get an ISO file. Mount it as a loop device.
sudo mkdir /mnt/isoimage

sudo mount -o loop /home/user/Downloads/PS_IMAGO_PRO_9.iso /mnt/isoimage
  1. Copy all the files to Downloads
sudo cp -r /mnt/isoimage/* /home/user/Downloads
  1. Umount the ISO
sudo umount /mnt/isoimage

2. Install IPM SPSS Statistics in Bottles
#

  1. Install Bottles for Linux

  2. Add a new bottle using the “Gaming” template

  3. Install dependencies: cjkfonts and vcredist2012

  4. Click to execute the installer

  5. Click PdDesktop in the program list to enter the main screen.

  6. Open “PS Activator” to open and enter serial code to activate SPSS.

  7. I don’t know why the Chinese text can’t be displayed in SPSS, so I have to go to the options to change the interface language to English.

  8. Simply run a paired T-test to analyze the mean value and confirm that I can generate the graph, and I have no problem loading and saving the .sav file.

3. See also : Linux Open Source Alternatives to SPSS
#

These two programs are similar in functionality to SPSS and support Linux natively.

Related

Configuring Wallpaper Engine for KDE on Linux & Steam Deck
Linux Linux Good Software Wallpaper Engine Dynamic Wallpaper KDE Plasma Steam Live2D
Convert images to AVIF/AVIFS with open-source tools
Linux Linux Good Software AOMedia Video 1
ReDroid. Playing Android games in containers on Linux PC, with GPU Acclelration
Linux Virtual Machine and Container Android Docker Linux

Leave a comment

Choose the comment system you like. Giscus for codes, Disqus for anonymous comments.

Please login to your Github account to leave a comment. You can post codes here for discussion. For images, please upload to Imgur and copy links. Your comments would be visible to everyone on Github Discussions.

This comment system is provided by Disqus, you may see forcing Disqus ADs on this page. Sometimes your comment may need to be reviewed, resulting in delayed display. Thank you for your understanding.