[Suggestion] Provide a Way to Install Latest Distrobox RC in Parallel with Stable Version
Is your feature request related to a problem? Please describe. I'm having trouble creating certain distroboxes on Bazzite (see https://github.com/89luca89/distrobox/issues/2208#issuecomment-5451878203 , https://github.com/89luca89/distrobox/issues/2208#issuecomment-5533321923 , and https://github.com/89luca89/distrobox/issues/2208#issuecomment-5540079698 ). So I thought I'd install the latest Distrobox RC version and see if the problem is fixed there. Since Bazzite includes the latest stable Distrobox version, I thought I'd install the RC via Homebrew and access it that way. The only Distrobox version that shows up in Homebrew is the latest stable version. But, apparently, using the --HEAD parameter in "brew install" is supposed to install the latest version, not just the latest stable version. I tried that, but it looks like it just installed the latest stable version in a brew container.
Describe the solution you'd like I'd like a way to install the latest Distrobox RC without affecting the existing stable version that comes with the OS (which is immutable/atomic). I'm not smart enough to know the right way to do this. But, assuming Homebrew is a decent method, I'd like to have its --HEAD parameter point to a distrobox.rb file that points to the latest version, not just the latest stable version. IOW:
brew install distrobox --HEAD
would install the latest Distrobox.
Describe alternatives you've considered
Another option (and maybe a better one) would be for Homebrew to specifically point to the latest RC version as well as the latest stable version. So, things like "distrobox@RC4" (or something like that) as well as the standard "distrobox" would show up as Formulae with a brew search distrobox command.
I don't know if you'd have to let the Homebrew people know about those or if people like me would have to ask the Homebrew people to do that.
Additional context NA
Source: 89luca89/distrobox