How to install Glom?

Hello , last days i am trying to find a guide on how to install glom on opensuse without success so far. So i would like to ask, is there a way to install it?

Thank you in advance

Hi and welcome to the Forum :slight_smile:
The glom application exists in the GNOME:Apps repository, however it won’t build on openSUSE Leap 42.3 as it doesn’t meed the build requirements for some of the libraries. It does build for Tumbleweed. Maybe look at a docker container to run it in…

Docker Hub glom
https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=glom&starCount=0

I know nothing about glom, but it appears to be available as a rubygem.
If it’s not available in an openSUSE repo, you should be able to get it from the official Ruby repos instead… But before doing so you should set up your system properly for Ruby.

I wrote a description how to do this on openSUSE, using rbenv as Ruby version management, the article should be fully documented so you should be able to understand each step. If you have any questions about the article you can post here or post in the Wiki page’s “Discussion”

https://en.opensuse.org/User:Tsu2/Install_Ruby

HTH,
TSU