Distros - soimort/translate-shell GitHub Wiki
Distribution-maintained packages
Please feel free to add to this list :smile:
GNU/Linux
Alpine Linux
Available in the Community repository since version 3.11:
apk add translate-shell
ALT Linux
Available in Sisyphus and stable repositories since p9:
apt-get install translate-shell
Arch Linux
Available in official repositories:
sudo pacman -S translate-shell
Debian / Ubuntu
Available in Debian (in Jessie and later) and in Ubuntu (in 15.10 "Wily Werewolf" and later):
sudo apt install translate-shell
Fedora Linux
dnf install translate-shell
Gentoo
Available in official repositories:
emerge --ask app-i18n/translate-shell
GNU Guix
Available in official repositories:
guix package -i translate-shell
Mageia
Available in official repositories:
urpmi translate-shell
NixOS / Nixpkgs
In the official channels:
nix-env -iA nixos.translate-shell
If using Nix as a package manager on top of another distro:
nix-env -iA nixpkgs.translate-shell
OpenSUSE (15.2 and Tumbleweed)
zypper in translate-shell
Solus
sudo eopkg install translate-shell
Source Mage GNU/Linux
Available in test
grimoire:
cast translate-shell
Void Linux
xbps-install -S translate-shell
Unix-like
DragonFlyBSD
Available in DPorts collection:
pkg install google-translate-cli
FreeBSD
Available in FreeBSD Ports collection and as package:
cd /usr/ports/textproc/translate-shell
make && make install
Also available as a binary package:
pkg install translate-shell
pkgsrc
Available in pkgsrc:
cd /usr/pkgsrc/textproc/translate-shell
make install
macOS
Homebrew
Available as a Homebrew formula:
brew install translate-shell
MacPorts
Available in MacPorts Ports collection:
sudo port install translate-shell