Sevenzip does not support extracting rar archives? #3355
Answered
by
Bo98
XhstormR
asked this question in
Everyday usage
|
l installed 7z using the following command, then unzipped the rar file, and got the error. I looked at the commit and it seems that rar support was intentionally removed. So neither creation nor extraction is supported? |
Answered by
Bo98
Jun 12, 2022
Replies: 2 comments 3 replies
|
You can open RAR files and list them but RAR decompression is not supported since those parts are not fully open source compatibile and we ship open source software in homebrew-core (like many other open source package managers). For RAR creation, 7-zip cannot do this under any circumstance regardless of how it is compiled as it is legally not allowed to. RAR is very tightly controlled in terms of copyright and patents. |
0 replies
Answer selected by
XhstormR
|
If you need RAR functionality, there are two options I can think of:
|
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can open RAR files and list them but RAR decompression is not supported since those parts are not fully open source compatibile and we ship open source software in homebrew-core (like many other open source package managers).
For RAR creation, 7-zip cannot do this under any circumstance regardless of how it is compiled as it is legally not allowed to. RAR is very tightly controlled in terms of copyright and patents.