If you want to be able to run pspp from the command line without typing that long command each time, you can create a script somewhere in your $PATH with the contents:
exec flatpak run --command=pspp org.gnu.pspp -- "$@" and then mark it executable. On Wed, Sep 25, 2024 at 8:19 AM Chuck Metalitz <taxpa...@fastmail.us> wrote: > > The flathub description recommends the command > > flatpak run --command=pspp org.gnu.pspp > > That gets me a "pspp>" prompt, where apparently I can paste a pspp program > which will run. Which does seem to work, but I had hoped for a simpler > method as was available in the prior version. > > That said, thank you for your work and pspp is a big help to me. > > On 9/24/24 22:27, Ben Pfaff wrote: > > There are instructions at the end of the description here: > https://flathub.org/apps/org.gnu.pspp > > > On Tue, Sep 24, 2024, 6:44 PM Chuck Metalitz <taxpa...@fastmail.us> wrote: >> >> Hello list >> >> When running pspp 1.41 I could run a batch job just by entering "pspp >> filename" >> >> Version 2.01,installed from flatpak, works fine interactively but I can't >> figure out how to run it as batch. I'm running kubuntu 22. Perhaps somebody >> here will share the method. Thanks.