Friday, April 26, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2847  / 1 Year ago, fri, november 11, 2022, 12:50:46

How do I install sunbird in ubuntu 12.10?



I have the tar.bz2 file but I'm unsure what to do with it. When I extract it and click the executable nothing happens. I have checked the box that says Allow executing file as a program.


More From » software-installation

 Answers
1

Did you download from here?



Open the terminal and navigate to the download location (may be cd /home/user/Desktop or /home/user/Downloads). Then, unpack the compressed file with this command:



tar xjvf sunbird*.tar.bz2


Then, navigate to the directory that was formed (cd /home/user/Downloads/sunbird/) and start the sunbird script.



./sunbird


If you want to run it in the background, use the & key like this:



./sunbird &


If you get a permissions error, then run this command before trying again with ./sunbird



chmod u+x sunbird


You can also do this with the Archive Manager by extracting the folder and running the same sunbird script.


[#33956] Sunday, November 13, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sweetrifiabl

Total Points: 422
Total Questions: 94
Total Answers: 120

Location: Bonaire
Member since Sat, Sep 24, 2022
2 Years ago
sweetrifiabl questions
Mon, Apr 4, 22, 16:02, 2 Years ago
Sat, Jul 17, 21, 01:40, 3 Years ago
Thu, Nov 18, 21, 17:36, 2 Years ago
Mon, Jan 17, 22, 19:02, 2 Years ago
;