Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 389 Bytes

direct-downloads.md

File metadata and controls

20 lines (16 loc) · 389 Bytes

Direct Downloads

You can install the downloaded packages from the Github Releases by using the regular package manager of your distribution:

  • Alpine:
sudo apk add --allow-untrusted *.apk
  • Debian and Ubuntu:
sudo dpkg -i *.deb
  • EL (RHEL/CentOS/Amazon/Oracle Linux), Fedora and derivatives:
sudo rpm -Uvh *.rpm