Skip to content

Galtea-AI/linux-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galtea CLI — Linux packages

Native APT and YUM/DNF package repositories for the Galtea CLI, served at https://pkgs.galtea.ai.

Install

Debian / Ubuntu

curl -fsSL https://pkgs.galtea.ai/public.key | sudo tee /etc/apt/keyrings/galtea.asc > /dev/null
echo "deb [signed-by=/etc/apt/keyrings/galtea.asc] https://pkgs.galtea.ai/apt stable main" | sudo tee /etc/apt/sources.list.d/galtea.list
sudo apt update
sudo apt install galtea

Fedora / RHEL / Rocky / AlmaLinux

sudo rpm --import https://pkgs.galtea.ai/public.key
sudo tee /etc/yum.repos.d/galtea.repo <<'EOF'
[galtea]
name=Galtea CLI
baseurl=https://pkgs.galtea.ai/yum
enabled=1
gpgcheck=1
gpgkey=https://pkgs.galtea.ai/public.key
EOF
sudo dnf install galtea

Use

galtea --version
galtea login
galtea --help

Full command reference and tutorials at https://docs.galtea.ai.

Update

The package manager handles upgrades automatically:

sudo apt update && sudo apt upgrade galtea     # Debian / Ubuntu
sudo dnf upgrade galtea                         # Fedora / RHEL

Uninstall

sudo apt remove galtea                          # Debian / Ubuntu
sudo dnf remove galtea                          # Fedora / RHEL

Other install channels

Channel Install gesture
PyPI pip install galtea-cli
Homebrew brew install galtea-ai/tap/galtea
Scoop scoop bucket add galtea https://github.com/Galtea-AI/scoop-bucket && scoop install galtea
Winget winget install galtea
Direct download GitHub Releases

About

📦 Native APT/YUM package indexes for the Galtea CLI — apt install galtea / dnf install galtea. Served at https://pkgs.galtea.ai.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages