Install boinc in unbuntu 9.04

Asked by Gerald Marquardt

How to install boinc in ubuntu 9.04 for World Community Grid

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu boinc Edit question
Assignee:
No assignee Edit question
Solved by:
Mike
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Simply install the boinc package...

Hth

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

Better...

Please first enable the universe repository:

Open System → Administration → Software sources → [ Tab Ubuntu software ]
enable "Community Maintained open source software (universe)"
Close and confirm the repository reload.

The open a Terminal from the menu Applications → Accessories → Terminal and type:
(if the system ask you a password give your user password, you will not see nothing when you type it, then press enter)

sudo apt-get udate
sudo apt-get upgrade
sudo apt-get install boinc-app-seti boinc-client boinc-manager

Hope this helps

Note:
boinc-app-seti - SETI@home application for the BOINC client
boinc-client - core client for the BOINC distributed comp
boinc-manager - GUI to control and monitor the BOINC core

Revision history for this message
Gerald Marquardt (duby) said :
#3

gerald@ubuntu:~$ sudo apt-get install boinc-app-seti boinc-client boinc manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package boinc
gerald@ubuntu:~$

This did not help

Revision history for this message
Best Mike (mjohnston) said :
#4

Gerald, I believe you are missing the dash between boinc and manager, like: boinc-manager

Revision history for this message
Gerald Marquardt (duby) said :
#5

Mike--i did that and it loaded more info but did not open the program--i am a real old house painter-66- trying to learn this. I donate all my cpu cycles to WCG and would like to get away from windows--one thing we need is for a better way to install programs--this is the only problem i am having--i love Ubuntu

Revision history for this message
Gerald Marquardt (duby) said :
#6

gerald@ubuntu:~$ sudo apt-get install boinc-app-seti boinc-client boinc-manager
[sudo] password for gerald:
Reading package lists... Done
Building dependency tree
Reading state information... Done
boinc-app-seti is already the newest version.
boinc-client is already the newest version.
boinc-client set to manually installed.
boinc-manager is already the newest version.
The following packages were automatically installed and are no longer required:
  linux-headers-2.6.28-11 linux-headers-2.6.28-11-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
gerald@ubuntu:~$

Revision history for this message
Gerald Marquardt (duby) said :
#7

boinc-client set to manually installed.--how do i do this--thanks for all help

Revision history for this message
Gerald Marquardt (duby) said :
#8

Thanks for all help. I finally figured it out--Applications-System Tools-Boinc Manager--after downloading all recommendations

Revision history for this message
Gerald Marquardt (duby) said :
#9

Thanks Mike, that solved my question.