On Ubuntu(jammy noble) from PPA.
sudo add-apt-repository ppa:colin-i/ppaOr the manual installation step from this link https://gist.github.com/colin-i/e324e85e0438ed71219673fbcc661da6
Install:
sudo apt-get install torraWill also install libgtk-4-1 if is not already installed.
On openSUSE, run the following as root:
For openSUSE Tumbleweed(x86_64/i586 aarch64):
zypper addrepo https://download.opensuse.org/repositories/home:costin/openSUSE_Tumbleweed/home:costin.repoFor openSUSE Leap:
zypper addrepo https://download.opensuse.org/repositories/home:costin/openSUSE_Leap_16.0/home:costin.repoReplace 16.0(x86_64 aarch64) with 15.6(x86_64/i586 aarch64) if needed.
And:
zypper refresh
zypper install python313-torraReplace python313 with python312 or python311 if needed.
Will also install libgtk-4-1 if is not already installed.
On Fedora 42/43(x86_64 aarch64), run the following as root:
dnf copr enable colin/project
dnf install python3-torraAnd having gtk4.
On Arch Linux, .zst file from releases. Or:
yay -Sy python-torraWill also install gtk4 if is not already installed.
From PyPI:
pip3 install torraAnd having gtk4 and, if is not at PyPI, libtorrent with python bindings. Also working on Windows MinGW64 MSys2.
On linux distributions(x86_64) with gtk4, .AppImage file from releases.
Using libtorrent (arvidn) with python bindings.
More info at setup.pre.py.
The donations section is here https://gist.github.com/colin-i/e324e85e0438ed71219673fbcc661da6