Skip to content

Commit d6c0203

Browse files
committed
Add Ubuntu install instructions
1 parent 859268a commit d6c0203

File tree

1 file changed

+32
-30
lines changed

1 file changed

+32
-30
lines changed

README.md

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -86,34 +86,35 @@ zoxide can be installed in 4 easy steps:
8686
>
8787
> Or, you can use a package manager:
8888
>
89-
> | Distribution | Repository | Instructions |
90-
> | ------------------- | ----------------------- | ----------------------------------------------------------------------------------------------------- |
91-
> | **_Any_** | **[crates.io]** | `cargo install zoxide --locked` |
92-
> | _Any_ | [asdf] | `asdf plugin add zoxide https://github.com/nyrst/asdf-zoxide.git` <br /> `asdf install zoxide latest` |
93-
> | _Any_ | [conda-forge] | `conda install -c conda-forge zoxide` |
94-
> | _Any_ | [guix] | `guix install zoxide` |
95-
> | _Any_ | [Linuxbrew] | `brew install zoxide` |
96-
> | _Any_ | [nixpkgs] | `nix-env -iA nixpkgs.zoxide` |
97-
> | AlmaLinux | | `dnf install zoxide` |
98-
> | Alpine Linux 3.13+ | [Alpine Linux Packages] | `apk add zoxide` |
99-
> | Arch Linux | [Arch Linux Extra] | `pacman -S zoxide` |
100-
> | CentOS Stream | | `dnf install zoxide` |
101-
> | ~Debian 11+~[^1] | ~[Debian Packages]~ | ~`apt install zoxide`~ |
102-
> | Devuan 4.0+ | [Devuan Packages] | `apt install zoxide` |
103-
> | Exherbo Linux | [Exherbo packages] | `cave resolve -x repository/rust` <br /> `cave resolve -x zoxide` |
104-
> | Fedora 32+ | [Fedora Packages] | `dnf install zoxide` |
105-
> | Gentoo | [Gentoo Packages] | `emerge app-shells/zoxide` |
106-
> | Manjaro | | `pacman -S zoxide` |
107-
> | openSUSE Tumbleweed | [openSUSE Factory] | `zypper install zoxide` |
108-
> | ~Parrot OS~[^1] | | ~`apt install zoxide`~ |
109-
> | ~Raspbian 11+~[^1] | ~[Raspbian Packages]~ | ~`apt install zoxide`~ |
110-
> | RHEL 8+ | | `dnf install zoxide` |
111-
> | Rhino Linux | [Pacstall Packages] | `pacstall -I zoxide-deb` |
112-
> | Rocky Linux | | `dnf install zoxide` |
113-
> | Slackware 15.0+ | [SlackBuilds] | [Instructions][slackbuilds-howto] |
114-
> | Solus | [Solus Packages] | `eopkg install zoxide` |
115-
> | ~Ubuntu 21.04+~[^1] | ~[Ubuntu Packages]~ | ~`apt install zoxide`~ |
116-
> | Void Linux | [Void Linux Packages] | `xbps-install -S zoxide` |
89+
> | Distribution | Repository | Instructions |
90+
> | ------------------- | ------------------------- | ----------------------------------------------------------------------------------------------------- |
91+
> | **_Any_** | **[crates.io]** | `cargo install zoxide --locked` |
92+
> | _Any_ | [asdf] | `asdf plugin add zoxide https://github.com/nyrst/asdf-zoxide.git` <br /> `asdf install zoxide latest` |
93+
> | _Any_ | [conda-forge] | `conda install -c conda-forge zoxide` |
94+
> | _Any_ | [guix] | `guix install zoxide` |
95+
> | _Any_ | [Linuxbrew] | `brew install zoxide` |
96+
> | _Any_ | [nixpkgs] | `nix-env -iA nixpkgs.zoxide` |
97+
> | AlmaLinux | | `dnf install zoxide` |
98+
> | Alpine Linux 3.13+ | [Alpine Linux Packages] | `apk add zoxide` |
99+
> | Arch Linux | [Arch Linux Extra] | `pacman -S zoxide` |
100+
> | CentOS Stream | | `dnf install zoxide` |
101+
> | ~Debian 11+~[^1] | ~[Debian Packages]~ | ~`apt install zoxide`~ |
102+
> | Devuan 4.0+ | [Devuan Packages] | `apt install zoxide` |
103+
> | Exherbo Linux | [Exherbo packages] | `cave resolve -x repository/rust` <br /> `cave resolve -x zoxide` |
104+
> | Fedora 32+ | [Fedora Packages] | `dnf install zoxide` |
105+
> | Gentoo | [Gentoo Packages] | `emerge app-shells/zoxide` |
106+
> | Linux Mint | [apt.cli.rs] (unofficial) | [Setup the repository][apt.cli.rs-setup], then `apt install zoxide` |
107+
> | Manjaro | | `pacman -S zoxide` |
108+
> | openSUSE Tumbleweed | [openSUSE Factory] | `zypper install zoxide` |
109+
> | ~Parrot OS~[^1] | | ~`apt install zoxide`~ |
110+
> | ~Raspbian 11+~[^1] | ~[Raspbian Packages]~ | ~`apt install zoxide`~ |
111+
> | RHEL 8+ | | `dnf install zoxide` |
112+
> | Rhino Linux | [Pacstall Packages] | `pacstall -I zoxide-deb` |
113+
> | Rocky Linux | | `dnf install zoxide` |
114+
> | Slackware 15.0+ | [SlackBuilds] | [Instructions][slackbuilds-howto] |
115+
> | Solus | [Solus Packages] | `eopkg install zoxide` |
116+
> | Ubuntu | [apt.cli.rs] (unofficial) | [Setup the repository][apt.cli.rs-setup], then `apt install zoxide` |
117+
> | Void Linux | [Void Linux Packages] | `xbps-install -S zoxide` |
117118
118119
</details>
119120
@@ -487,7 +488,7 @@ Environment variables[^2] can be used for configuration. They must be set before
487488
| [zsh-autocomplete] | Realtime completions for zsh | Natively supported |
488489
489490
[^1]:
490-
Debian / Ubuntu derivatives update their packages very slowly. If you're
491+
Debian and its derivatives update their packages very slowly. If you're
491492
using one of these distributions, consider using the install script instead.
492493
493494
[^2]:
@@ -500,6 +501,8 @@ Environment variables[^2] can be used for configuration. They must be set before
500501
[algorithm-aging]: https://github.com/ajeetdsouza/zoxide/wiki/Algorithm#aging
501502
[algorithm-matching]: https://github.com/ajeetdsouza/zoxide/wiki/Algorithm#matching
502503
[alpine linux packages]: https://pkgs.alpinelinux.org/packages?name=zoxide
504+
[apt.cli.rs]: https://apt.cli.rs/
505+
[apt.cli.rs-setup]: https://github.com/emmatyping/apt.cli.rs#how-to-add-the-repo
503506
[arch linux extra]: https://archlinux.org/packages/extra/x86_64/zoxide/
504507
[asdf]: https://github.com/asdf-vm/asdf
505508
[builtwithnix-badge]: https://img.shields.io/badge/builtwith-nix-7d81f7?logo=nixos&logoColor=white&style=flat-square
@@ -555,7 +558,6 @@ Environment variables[^2] can be used for configuration. They must be set before
555558
[tmux-session-wizard]: https://github.com/27medkamal/tmux-session-wizard
556559
[tmux-sessionx]: https://github.com/omerxx/tmux-sessionx
557560
[tutorial]: contrib/tutorial.webp
558-
[ubuntu packages]: https://packages.ubuntu.com/jammy/zoxide
559561
[vim]: https://github.com/vim/vim
560562
[void linux packages]: https://github.com/void-linux/void-packages/tree/master/srcpkgs/zoxide
561563
[wiki-env]: https://github.com/ajeetdsouza/zoxide/wiki/HOWTO:-set-environment-variables "HOWTO: set environment variables"

0 commit comments

Comments
 (0)