1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

fix arch linux command

This commit is contained in:
Kelly Brazil
2022-04-12 11:07:34 -07:00
parent e6d5892c14
commit 291ab79e22
3 changed files with 24 additions and 24 deletions

View File

@ -106,17 +106,17 @@ pip3 install jc
### OS Package Repositories ### OS Package Repositories
| OS | Command | | OS | Command |
|-----------------------|-------------------------------------------------------------------------------| |--------------------------------------|-------------------------------------------------------------------------------|
| Debian/Ubuntu linux | `apt-get install jc` | | Debian/Ubuntu linux | `apt-get install jc` |
| Fedora linux | `dnf install jc` | | Fedora linux | `dnf install jc` |
| openSUSE linux | `zypper install jc` | | openSUSE linux | `zypper install jc` |
| Archlinux User Repositories (AUR) | `paru -S jc` or `aura -A jc` or `yay -S jc` | | Archlinux User Repositories (AUR) | `paru -S jc` or `aura -A jc` or `yay -S jc` |
| NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | | NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` |
| Guix System linux | `guix install jc` | | Guix System linux | `guix install jc` |
| macOS | `brew install jc` | | macOS | `brew install jc` |
| FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | | FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` |
| Ansible filter plugin | `ansible-galaxy collection install community.general` | | Ansible filter plugin | `ansible-galaxy collection install community.general` |
> For more OS Packages, see https://repology.org/project/jc/versions. > For more OS Packages, see https://repology.org/project/jc/versions.
@ -1129,4 +1129,4 @@ cat istio.yaml | jc --yaml -p
] ]
``` ```
© 2019-2022 Kelly Brazil © 2019-2022 Kelly Brazil

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-04-10 1.18.7 "JSON Convert" .TH jc 1 2022-04-12 1.18.7 "JSON Convert"
.SH NAME .SH NAME
jc \- JSONifies the output of many CLI tools and file-types jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -106,17 +106,17 @@ pip3 install jc
### OS Package Repositories ### OS Package Repositories
| OS | Command | | OS | Command |
|-----------------------|-------------------------------------------------------------------------------| |--------------------------------------|-------------------------------------------------------------------------------|
| Debian/Ubuntu linux | `apt-get install jc` | | Debian/Ubuntu linux | `apt-get install jc` |
| Fedora linux | `dnf install jc` | | Fedora linux | `dnf install jc` |
| openSUSE linux | `zypper install jc` | | openSUSE linux | `zypper install jc` |
| Arch linux | `pacman -S jc` | | Archlinux User Repositories (AUR) | `paru -S jc` or `aura -A jc` or `yay -S jc` |
| NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` | | NixOS linux | `nix-env -iA nixpkgs.jc` or `nix-env -iA nixos.jc` |
| Guix System linux | `guix install jc` | | Guix System linux | `guix install jc` |
| macOS | `brew install jc` | | macOS | `brew install jc` |
| FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | | FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` |
| Ansible filter plugin | `ansible-galaxy collection install community.general` | | Ansible filter plugin | `ansible-galaxy collection install community.general` |
> For more OS Packages, see https://repology.org/project/jc/versions. > For more OS Packages, see https://repology.org/project/jc/versions.