Here is my 
Open a terminal, CTRL ALT t
Copy the code in the box below and paste into the terminal
Code:
sudo apt-get install boinc
should install both client and manager. if it says "Already Installed" then:
Code:
sudo service boinc-client status
If it says "stopped"
Code:
sudo service boinc-client start
If it says anything other than "started" or "running"
Code:
sudo apt-get remove boinc
when done
Code:
sudo apt-get install boinc
Code:
sudo service boinc-client status
Once you get it installed and running you can worry about upgrading it and the settings in cc_config.xml
Let us know how it went.
Bookmarks