Skip to content
Nicola Vitale edited this page Dec 2, 2022 · 22 revisions

Distribution-maintained packages

Packaging statuslatest packaged version(s)

Please feel free to add to this list 😄

GNU/Linux

Alpine Linux

Alpine Linux 3.12 packageAlpine Linux Edge package

Available in the Community repository since version 3.11:

apk add translate-shell

ALT Linux

ALT Sisyphus package

Available in Sisyphus and stable repositories since p9:

apt-get install translate-shell

Arch Linux

Arch package

Available in official repositories:

sudo pacman -S translate-shell

Debian / Ubuntu

Debian Stable Backports packageUbuntu 20.10 package

Available in Debian (in Jessie and later) and in Ubuntu (in 15.10 "Wily Werewolf" and later):

sudo apt install translate-shell

Fedora Linux

Fedora 33 package

dnf install translate-shell

Gentoo

Gentoo package

Available in official repositories:

emerge --ask app-i18n/translate-shell

GNU Guix

GNU Guix package

Available in official repositories:

guix package -i translate-shell

Mageia

Mageia 7 package

Available in official repositories:

urpmi translate-shell

NixOS / Nixpkgs

nixpkgs stable packagenixpkgs unstable package

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)

openSUSE Leap 15.2 packageopenSUSE Tumbleweed package

zypper in translate-shell

Solus

Solus package

sudo eopkg install translate-shell

Source Mage GNU/Linux

Available in test grimoire:

cast translate-shell

Void Linux

Void Linux package

xbps-install -S translate-shell

Unix-like

DragonFlyBSD

DPorts package

Available in DPorts collection:

pkg install google-translate-cli

FreeBSD

FreeBSD port

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

pkgsrc current package

Available in pkgsrc:

cd /usr/pkgsrc/textproc/translate-shell
make install

macOS

Homebrew

Homebrew package

Available as a Homebrew formula:

brew install translate-shell

MacPorts

MacPorts package

Available in MacPorts Ports collection:

sudo port install translate-shell