OpenTubeX APT repository
Debian and Ubuntu packages for OpenTubeX.
Install
Add the repository and signing key once:
sudo install -d -m 0755 /etc/apt/keyrings
wget -qO- https://apt.opentubex.org/opentubex-archive-keyring.gpg \
| sudo tee /etc/apt/keyrings/opentubex-archive-keyring.gpg >/dev/null
echo "deb [signed-by=/etc/apt/keyrings/opentubex-archive-keyring.gpg] https://apt.opentubex.org stable main" \
| sudo tee /etc/apt/sources.list.d/opentubex.list >/dev/null
sudo apt update
sudo apt install opentubex
Update
sudo apt update
sudo apt upgrade opentubex
Manual downloads
You can also download .deb files directly from
GitHub Releases.
Manual installs are not tied to this repository, so they do not receive
automatic updates through APT.