Linux

This guide will show you how to install TranslatePlus on Linux

Install using 1 command install

sudo pkm install curl | curl https://dl.ikkiwp09.com/tlp/cli/lastest/linuxcli.sh -o linuxcli.sh && sudo linuxcli.sh

Own-Build Install

1.Install require packages

sudo pkm install python3 python3-py python3-venv nano curl unzip

2.Use this command to download TranslatePlus source code.

cd ~ && mkdir -p .tlptemp && cd .tlptemp && curl -LO https://dl.ikkiwp09.com/tlp/cli/latest/pysourcecode-latest.zip && unzip pysourcecode-latest.zip && cd pysourcecode-latest

3.Use command that base on your shell to install TranslatePlus

bash

1.Using any text editor (such as nano, vim, vi, etc.) to config .bashrc

txt ~/.bashrc

replace txt with your peffered text editor

2.Paste this command at end of file

alias tlp=~/.tlptemp/pysourcecode-lastest/translateplus_cli.py
alias translateplus=tlp

3.Save file then run this command

source ~/.bashrc
zsh

1.Using any text editor (such as nano, vim, vi, etc.) to config .zshrc

txt ~/.zshrc

replace txt with your peffered text editor

2.Paste this command at end of file

alias tlp=~/.tlptemp/pysourcecode-lastest/translateplus_cli.py
alias translateplus=tlp

3.Save file then run this command

source ~/.zshrc

Last updated