mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-17 23:46:38 +00:00
34 lines
620 B
Markdown
34 lines
620 B
Markdown
---
|
|
title: runzip
|
|
homepage: https://github.com/therootcompany/runzip
|
|
tagline: |
|
|
runzip: a cross-platform unrar alternative... for unzipping .rar files
|
|
---
|
|
|
|
To update or switch versions, run `webi runzip@stable`.
|
|
|
|
### Files
|
|
|
|
These are the files / directories that are created and/or modified with this
|
|
install:
|
|
|
|
```text
|
|
~/.config/envman/PATH.env
|
|
~/.local/bin/runzip
|
|
```
|
|
|
|
## Cheat Sheet
|
|
|
|
> `runzip` is like `unrar`, but written in Go for security and wide
|
|
> compatibility.
|
|
|
|
```sh
|
|
# runzip <archive.rar> [./dst/]
|
|
runzip ./backup.rar .
|
|
```
|
|
|
|
```text
|
|
extracting to temporary path 'backup.tmp/'...
|
|
extracted to 'backup/'
|
|
```
|