Replies: 1 comment 1 reply
-
@Hans2004 thank you for starting the discussion here. It is good to see you trying Tribler in different linux distributions. Also, great to know that you managed to run snap package on linux. If you would like to contribute by creating a pull request to better/faster build snap package that would be great. 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have made a snap for Tribler version 7.7.1 that runs great on, at least, OpenSuse Tumbleweed and Ubuntu 18.04
If you have snapcraft installed you can try it by typing:
snap install --edge test-tribler
A few seconds later, you should have tribler installed on your system and you can run it from your start menu.
In the past I have tried running tribler directly on OpenSuse, which was insanely difficult because it required recompiling python against an alternate compiled openssl that had elliptic curves enabled.
Then I made a docker image that connected with X11, and used that for a while. Problem there was that after a while the tribler gui would not show on my system anymore (don’t know why).
Then I made a docker image that I could connect to with VLC. This worked fine, but was quite the resource hog.
For some time the 32 bit tribler windows version ran fine on wine on my OpenSuse box. But the newer versions have issues.
This snap runs great and super stable on my OpenSuse tumbleweed, and on kubuntu 18.04 in a virtual machine. I hope it will run well on other systems as well. Perhaps this can motivate some people on the development team to release future versions of tribler on snapcraft as well.
I believe that this way of packaging tribler is very important, especially in the case of tribler because it would essentially double the exposure of tribler on linux systems.
Beta Was this translation helpful? Give feedback.
All reactions