tkbcopr/oils-for-unix
Project ID: 147070
Description
RPMs for oils-for-unix
a project of Open Source by Tonkünstler-on-the-Bund
Installation Instructions
After enabling this repo as shown in the sidebar,
$ dnf in oils-for-unix
This installs the binary and two symlinks:
/usr/bin/
oils-for-unix
osh -> oils-for-unix
ysh -> oils-for-unix
And the manpage:
$ man osh
Smoke Test
OSH behaves like a POSIX shell:
$ osh -c 'echo hi'
hi
The -n flag parses and prints a syntax tree for the configure script:
$ osh -n configure
YSH is a legacy-free shell, with structured data:
$ ysh -c 'echo hi'
hi
$ ysh -c 'json write ({x: 42})'
{
"x": 42
}
To upgrade,
$ dnf --disablerepo="*" --enablerepo="copr:copr.fedorainfracloud.org:tkbcopr:oils-for-unix" --refresh up
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download |
|---|---|---|
EPEL 10
|
aarch64 (16)*, x86_64 (43)* | EPEL 10 (37 downloads) |
EPEL 8
|
aarch64 (40)*, x86_64 (39)* | EPEL 8 (65 downloads) |
EPEL 9
|
aarch64 (33)*, x86_64 (52)* | EPEL 9 (60 downloads) |
Fedora 40
|
aarch64 (32)*, x86_64 (30)* | Fedora 40 (0 downloads) |
Fedora 41
|
aarch64 (32)*, x86_64 (53)* | Fedora 41 (75 downloads) |
Fedora 42
|
aarch64 (36)*, x86_64 (127)* | Fedora 42 (49 downloads) |
Fedora 43
|
aarch64 (8)*, x86_64 (14)* | Fedora 43 (23 downloads) |
Fedora rawhide
|
aarch64 (34)*, x86_64 (78)* | Fedora rawhide (68 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable tkbcopr/oils-for-unix
More info about enabling Copr repositories
EPEL 10
Fedora 40