I don't know how to install dependencies

I know it might sound kinda dumb, but I’m new to Linux (only used Mint for a week before), and I’m struggling to install Ruby with Mise, even with devmode and ujust dx-group enabled… I don’t really get this container stuff, like, am I supposed to install everything inside Distrobox? But then how do I add the language to RubyMine?

I’m thinking about switching distros, but I really like Bluefin and still want to give it another shot.

I use aurora-dx with mise and have not had any issues so far. mise defaults to placing everything in the home directory so there should not be an issue with a read-only /usr.

I just did the following and it seemed to work. Could you try the same and paste any errors you get?

/tmp ❯❯ mise use ruby@3.4.1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 22.0M  100 22.0M    0     0  44.4M      0 --:--:-- --:--:-- --:--:-- 44.5M
mise ruby@3.4.1 ✓ installed                                                                                             
mise /tmp/.mise.toml tools: ruby@3.4.1
/tmp ❯❯ ruby --version
ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +PRISM [x86_64-linux]
/tmp ❯❯ which ruby
~/.local/share/mise/installs/ruby/3.4.1/bin/ruby