Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

DeepLX

install

Ubuntu 22 ARM

Get deeplx_linux_arm64 from Releases.

chmod +x deeplx_linux_arm64
mv deeplx_linux_arm64 /usr/bin/deeplx
sudo mkdir -p /opt/deeplx
sudo vim /etc/systemd/system/deeplx.service
[Unit]
Description=DeepLX Service
After=network.target

[Service]
ExecStart=/usr/bin/deeplx
WorkingDirectory=/opt/deeplx
Restart=on-abnormal

[Install]
WantedBy=multi-user.target

usage

sudo systemctl enable --now deeplx.service

reference