Hello Everyone,
I use an Ubuntu distribution to run F@H. I achieve 25% higher WU completed per day than on the same computer on Windows.
I am no expert in Linux but was able to find Folding@Home in the Ubuntu app store (snap) and in one click was able to run F@H.
This snap runs v7.6 and I was wondering if anyone knowledgeable in Linux could create a new snap with the latest version 8.3?
https://github.com/fcole90/fah-snap
Best
Packaging F@H 8.3 into a Ubuntu snap for easier use
Moderators: Site Moderators, FAHC Science Team
-
- Site Moderator
- Posts: 6349
- Joined: Sun Dec 02, 2007 10:38 am
- Location: Bordeaux, France
- Contact:
Re: Packaging F@H 8.3 into a Ubuntu snap for easier use
The snap build was a way to bypass the python issues with FAHControl used in v7 clients. And it's not an official build from FAH developer.
v8 client doesn't use any of this anymore, so it's no longer required to make snap builds.
v8 client doesn't use any of this anymore, so it's no longer required to make snap builds.
-
- Posts: 244
- Joined: Thu Dec 06, 2007 6:31 pm
- Hardware configuration: Folding with: 4x RTX 4070Ti, 1x RTX 4080 Super
- Location: United Kingdom
- Contact:
Re: Packaging F@H 8.3 into a Ubuntu snap for easier use
One issue with Snap in Ubuntu is that this is how Firefox is enabled, so when Snap wants to do an update/refresh on Firefox, the current v8 client will stop working. (I preferred the v7 client in its own program!)
Folding Stats (HFM.NET): DocJonz Folding Farm Stats
Re: Packaging F@H 8.3 into a Ubuntu snap for easier use
@toTow, thanks for the answer.
Have you a very detailed guide (with line of code to paste in terminal) to install 8.3 on Linux?
Have you a very detailed guide (with line of code to paste in terminal) to install 8.3 on Linux?
Re: Packaging F@H 8.3 into a Ubuntu snap for easier use
Try downloading:
https://download.foldingathome.org/rele ... se.tar.bz2
Then extract it to a folder, open the folder, then double-click fah-client
You control it from https://v8-3.foldingathome.org/
On my Arch Linux, I did: yay -S foldingathome
https://download.foldingathome.org/rele ... se.tar.bz2
Then extract it to a folder, open the folder, then double-click fah-client
You control it from https://v8-3.foldingathome.org/
On my Arch Linux, I did: yay -S foldingathome
-
- Site Moderator
- Posts: 1094
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: Packaging F@H 8.3 into a Ubuntu snap for easier use
Note that if you run the client by double clicking, you will probably get a terminal window open, the client will run as your user, all client files will be in whatever directory your window manager sets (usually your home directory).
-
- Site Moderator
- Posts: 6349
- Joined: Sun Dec 02, 2007 10:38 am
- Location: Bordeaux, France
- Contact:
Re: Packaging F@H 8.3 into a Ubuntu snap for easier use
The only available guide is here : https://foldingathome.org/v8-3-client-guide/
On Ubuntu, use the .deb file, not the tar.gz suggested by M0CZY ...
In a terminal run:
Code: Select all
wget https://download.foldingathome.org/releases/public/fah-client/debian-10-64bit/release/fah-client_8.3.18_amd64.deb
sudo dpkg -i fah-client_8.3.18_amd64.deb