Added Emerge Package Manager Support - #540
Conversation
gentoo support
Gentoo support
Finally fixed what i did wrong and now fully works as intended
|
Thanks! Have you fully tested every feature on Gentoo Linux? Support for Fedora was added some time ago, but unfortunately PSBBN will not boot when installed with that distro. If you can confirm that everything works, I'll be happy to merge. Could you also add |
Added Requested unRAR package to install package list and double checked to make sure everything still works!
|
I added unrar to the list of packages, and went through and checked that it all works. |
|
Good news that it's fully working. I'm not familiar with Gentoo Linux. What does |
|
It seems that the version of unrar you are requesting isn't part of any Gentoo package repository, as searching the repos themselves and trying the emerge command that was given was fruitless. |
|
The update has been released 3404d6e. |
|
Why not use 7zip or unar? |
Because unrar-free is open source and available in the repositories of all the other supported distributions. |
7Zip is free and open source, released under the LGPL. It is available in the repos of Debian, Ubuntu, Fedora, Arch, NixOS, and Gentoo. Unar is a more complicated case, as it was acquired by a private company and is no longer free software. However, all of the distributions that this script supports (and Gentoo), use an older release of unar from when it was still licensed under the LGPL. Namely, 1.10.x, which is the version you will find in all relevant repos. |
|
Unfortunately, 7zip is not capable of extracting the I think the main issue with unar was that it isn't consistently available in the default repositories across all of the supported distributions, which could cause setup to fail. The original reason I went with unrar-free was its availability on all supported distros and its ability to uncompress the required file. The file in question: |
|
I got the same error with 7zip, seems like you need a non-free addon. However, If you still find it problematic since it's unmaintained, there's also I would be happy to make a new PR implementing this guy's emerge support as well as switching over to one of those utilities for extraction; it's ultimately up to you. They are both highly reliable drop-in replacements which are more universal than To be clear, I am extremely grateful for your work on this project, this is a fantastic piece of software. I hope that this change can be implemented so that all 12 of us Gentoo users can also enjoy it :D |
|
Thanks! I think |
|
Well, that's proprietary software for ya, haha. I'll get that PR going once I test it on Debian and Gentoo. |
|
Closing as Gentoo Linux will be added with #659. |


I added support for Gentoo Linux's package manager Emerge