Skip to content

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

License

Notifications You must be signed in to change notification settings

nushell/integrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d2e825 · Apr 30, 2025

History

68 Commits
Apr 16, 2025
Apr 30, 2025
Mar 19, 2025
Apr 22, 2025
Mar 7, 2025
Feb 23, 2025
Feb 23, 2025
Mar 31, 2025
Mar 31, 2025
Feb 23, 2025
Apr 30, 2025
Mar 10, 2025

Repository files navigation

Integrations

Test Install Nu Pkgs Publish 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

curl -fsSL https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/fury-nushell.gpg
echo "deb https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury.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 Repo
baseurl=https://yum.fury.io/nushell/
enabled=1
gpgcheck=0
gpgkey=https://yum.fury.io/nushell/gpg.key" | tee /etc/yum.repos.d/fury-nushell.repo
dnf install -y nushell
nu -c 'version'

Install Nushell for Alpine Linux

echo "https://alpine.fury.io/nushell/" | tee -a /etc/apk/repositories
apk update || true
apk add --allow-untrusted nushell
which nu
nu -c 'version'

OR Read the Test workflow for more details.

License

Licensed under: