Download Jasp with flathub

Hello,

I can’t download Jasp when I’m trying to. I put this sentence in Linux, from Chromebook :

" flatpak install flathub org.jaspstats.JASP "

Linux give me this answer : " error: Nothing matches org.jaspstats.JASP in remote flathub "

It’s weird because i took the sentence frome the official Flathub website.
https://flathub.org/apps/details/org.jaspstats.JASP

Thank you for your help !

It works fine here.

Maybe a temporary issue? Can you list your remotes?

$ flatpak remotes

When I write flatpak remotes :

Instead of attaching images, please copy&paste the text in your terminal.
For example, I have:

$ flatpak remotes --columns=name,url | grep flathub
flathub	https://dl.flathub.org/repo/
flathub-beta	https://dl.flathub.org/beta-repo/

And I can install it:

$ flatpak install flathub org.jaspstats.JASP
Looking for matches?
Required runtime for org.jaspstats.JASP/x86_64/stable (runtime/org.kde.Platform/x86_64/5.12) found in remote flathub
Do you want to install it? [Y/n]: y

org.jaspstats.JASP permissions:
    ipc                  network      wayland      x11      dri      file access [1]
    dbus access [2]

    [1] home, xdg-config/kdeglobals:ro, xdg-run/dconf, ~/.config/dconf:ro
    [2] com.canonical.AppMenu.Registrar


        ID                                                             Branch    Op   Remote    Download
 1.     org.kde.Platform.Locale                                        5.12      i    flathub   < 334,3?MB (partial)
 2.     org.kde.PlatformTheme.QGnomePlatform.Sources                   5.12      i    flathub   < 472,7?kB
 3.     org.kde.PlatformTheme.QGnomePlatform                           5.12      i    flathub     < 5,0?MB
 4.     org.kde.PlatformTheme.QtSNI.Sources                            5.12      i    flathub    < 39,8?kB
 5.     org.kde.PlatformTheme.QtSNI                                    5.12      i    flathub     < 1,3?MB
 6.     org.kde.WaylandDecoration.QGnomePlatform-decoration            5.12      i    flathub     < 4,9?MB
 7.     org.kde.WaylandDecoration.QGnomePlatform_decoration.Sources    5.12      i    flathub   < 472,7?kB
 8.     org.kde.Platform                                               5.12      i    flathub   < 430,7?MB
 9.     org.jaspstats.JASP                                             stable    i    flathub   < 481,4?MB

Proceed with these changes to the system installation? [Y/n]: n

Please paste the output of these two commands.

I can’t do the first command :

ulmerjustine42@penguin:~$ flatpak remotes --columns=name,url | grep flathub
flathub https://dl.flathub.org/repo/
ulmerjustine42@penguin:~$ flathub-beta https://dl.flathub.org/beta-repo/
-bash: flathub-beta: command not found

The commands are those prefixed by $ (it’s the bash “notation”, which helps to distinguish a command from its output; it makes also clear that the command is run by regular user and not root - root commands have the # symbol).

So the line starting with flathub-beta is not a command, but the second line of my output.
You don’t have flathub-beta repository and you don’t see it. That’s Ok.

So the next command you should run to show your output is:

$ flatpak install flathub org.jaspstats.JASP

The crucial information is to tell us what CPU architecture you are using. JASP is available only on i386 and x86_64.

the OP said “Chromebook”, so chances it’s some arm platform are high.

There is now an aarch64 build in the beta repository.

When the next release is out it should be available in the main repository.