-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create .rar files #1576
Comments
@geomikev since your issue is copying the Otherwise I suggest you use brew if you're not familiar with the Terminal to install it. Just install |
Hello,
I followed your steps and I am still not given a rar option in the drop
down menu. I Tried it both manually and using Homebrew. I also used
Homebrew to install Keka as well. Any other suggestions?
Mik
…On Thu, Jan 9, 2025 at 5:11 AM aONe ***@***.***> wrote:
@geomikev <https://github.com/geomikev> since your issue is copying the
rar binary, you can manually create the bin folder in your user folder,
or do it using the Terminal like mkdir ~/bin. Then manually copy the rar
binary to that folder. That should work for you.
Otherwise I suggest you use brew <https://brew.sh> if you're not familiar
with the Terminal to install it. Just install brew and then do a brew
install rar.
—
Reply to this email directly, view it on GitHub
<#1576 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOJPONYWWPFUHL3GDCMQQZT2JZDNXAVCNFSM6AAAAABUY6QTLWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZZGY4DENRSGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sorry for the late reply. Did you solved this issue? |
Hello .
I am sorry to say it did not work.
Mike
…On Thu, Feb 6, 2025 at 4:05 AM aONe ***@***.***> wrote:
Sorry for the late reply. Did you solved this issue?
—
Reply to this email directly, view it on GitHub
<#1576 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOJPON64RGRHCQ7VAX5D7SD2OMQWXAVCNFSM6AAAAABUY6QTLWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZZGIYTQMBQGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Do you want to troubleshoot it? |
Sure. Please give me instructions
…On Thu, Feb 6, 2025 at 4:28 AM aONe ***@***.***> wrote:
Do you want to troubleshoot it?
—
Reply to this email directly, view it on GitHub
<#1576 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOJPON55WBY7WW5ABYX3AZT2OMTNBAVCNFSM6AAAAABUY6QTLWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZZGI3DMOJUGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
First lets check if you have the RAR binary where Keka can use it. Write this in the Terminal.app: file /bin/rar /usr/local/bin/rar ~/bin/rar You should see at least one of them with "Mach-O executable...". Let me know what this command outputs. Also you can check if Keka is unsandboxed with this code (replace the path if you have Keka elsewhere): spctl -a -vv -t execute /Applications/Keka.app This should return "rejected". If it return "accepted" and a signature, it is not unsandboxed and you should unsandbox it again. |
Configuration
I am following the instructions on this webpage (https://github.com/aonez/Keka/wiki/Rar-compression) to try to create rar files and I am having no luck. I have installed both Keka and rar using Homebrew and have un-sandboxed Keka but I still am not giving an option to create a rar file from the drop down menu of file types (ie 7z, zip, tar). I have also manually downloaded the rar program and tried to copy it into /bin/rar or /usr/local/bin/rar or ~/bin/rar and I keep getting told it is a directory and I don't have permission to copy directories.
Any help would be looked upon kindly
Mike
The text was updated successfully, but these errors were encountered: