Installing Jetbrains toolbox as a layered package on fedora silverblue

How do i install tarball package of jetbrains toolbox as a layered package on fedora silverblue

you can just install the appimage and it all works out of the box no layering no stuff need to do

Hi , I am unaware of the installation method for jetbrains

Download the jetbrains toolbox linux, extract it, double click it and wait it takes minute or two done

This is that thing:

I don’t think they are talking about the Fedora Toolbox. Does this Jetbrains thing work in Silverblue?

Jetbrains work i have used it long time jetbrains toolbox for linux is appimage and it works on atomics and all installed other apps from yoolbox works

The tarball of JetBrains Toolbox is a compressed AppImage, so you can extract and run it directly without layering. Depending on your development environment, you can also run it directly in Fedora Toolbox or distrobox (which is a Podman container) if you are developing your application there.

Here is their documentation:

  • Linux:
  • x86_64: glibc 2.17 (Ubuntu 18.04 or newer)
  • arm64: glibc 2.29 (Ubuntu 20.04 or newer)JetBrains Toolbox App is packaged in AppImage and requires FUSE to run. See AppImage Wiki for details.The following packages must be present:libfuse2 libxi6 libxrender1 libxtst6 mesa-utils libfontconfig libgtk-3-bin tar dbus-user-session

thank you , i am able to run it now :slight_smile:

1 Like