OpenTubeX RPM repository
Fedora, Enterprise Linux, and openSUSE packages for OpenTubeX.
Install
Enable the Fedora COPR repository, then install OpenTubeX:
sudo dnf copr enable d3sox/opentubex
sudo dnf install opentubex
Alternatively, use the OpenTubeX-hosted repository:
sudo curl --fail --location \
--output /etc/yum.repos.d/opentubex.repo \
https://rpm.opentubex.org/opentubex.repo
sudo dnf install opentubex
On openSUSE Leap 16.0 or Tumbleweed, use the OpenTubeX-hosted repository:
sudo rpm --import \
https://rpm.opentubex.org/opensuse/repodata/repomd.xml.key
sudo zypper addrepo --refresh \
https://rpm.opentubex.org/opensuse/ \
opentubex
sudo zypper install opentubex
Nightly builds
Fedora-compatible systems can opt into development snapshots:
sudo curl --fail --location \
--output /etc/yum.repos.d/opentubex-nightly.repo \
https://rpm.opentubex.org/opentubex-nightly.repo
sudo dnf install opentubex
On openSUSE, add the isolated nightly repository:
sudo rpm --import \
https://rpm.opentubex.org/opensuse/nightly/repodata/repomd.xml.key
sudo zypper addrepo --refresh \
https://rpm.opentubex.org/opensuse/nightly/ \
opentubex-nightly
sudo zypper install opentubex
Update
sudo dnf upgrade opentubex
sudo zypper update opentubex
Manual downloads
You can also download .rpm files directly from
GitHub Releases.
Manual installs are not tied to this repository, so they do not receive
automatic updates through DNF or Zypper.