Skip to content

Repository files navigation

Integrations

Test Install Nu PkgsPublish Nu Pkgs

A community maintained place to gather data required for packaging Nushell and other integrations.

Package and release the official Nushell binaries in deb, rpm, and apk etc. formats for seamless installation across Linux distributions and Alpine systems.

Install Nushell for Ubuntu/Debian

wget -qO- https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/fury-nushell.gpg
echo "deb [signed-by=/etc/apt/keyrings/fury-nushell.gpg] https://apt.fury.io/nushell/ /"| sudo tee /etc/apt/sources.list.d/fury-nu.list
sudo apt update
sudo apt install nushell
which nu
nu -c 'version'

Install Nushell for RedHat/Fedora/RockyLinux/AlmaLinux/OpenEuler

echo "[nushell]name=Nushell Repobaseurl=https://yum.fury.io/nushell/enabled=1gpgcheck=0gpgkey=https://yum.fury.io/nushell/gpg.key"| tee /etc/yum.repos.d/fury-nushell.repodnf install -y nushellnu -c 'version'

Install Nushell for Alpine Linux

echo "https://alpine.fury.io/nushell/"| tee -a /etc/apk/repositoriesapk update || trueapk add --allow-untrusted nushellwhich nunu -c 'version'

OR Read the Test workflow for more details.

License

Licensed under:

About

A place to gather data required for packaging Nushell and other integrations.

Resources

Stars

25 stars

Watchers

9 watching

Forks

Releases

Packages

Used by

Contributors

Languages