Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Luter 345 Experiments
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
VirtualBox Installation with Centos 7
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Get shortened URL
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== Step 10: Installing ROOT6 ==== I have stored a gzipped tar file of the CERN ROOT software under my home directory on jlabdaq. You can fetch this file from JLab with the following commands: <syntaxhighlight lang="bash"> cd scp jlabdaquser@jlabdaq.pcs.cnu.edu:/home/brash/root_tarfiles/root6.tar.gz . </syntaxhighlight> where jlabdaquser is replaced with your jlabdaq username. You will need to enter your jlabdaq password when requested. The final step involves unpacking and installing this gzipped tar file. <syntaxhighlight lang="bash"> cd su cd /usr/local tar -xvzf /home/localuser/root6.tar.gz exit </syntaxhighlight> where you would replace "localuser" with your local user account name. You will also have to enter the root password (osboxes.org) when prompted after the su command. NOTE!!! Don't forget to exit superuser mode at the end of this!! Finally, you need to add a command to the .bashrc file in your home directory which sets up the ROOT environment: <syntaxhighlight lang="bash"> cd vi .bashrc </syntaxhighlight> Add the following line to the bottom of this file, save, and exit. <syntaxhighlight lang="bash"> source /usr/local/rootbuild/bin/thisroot.sh </syntaxhighlight>
Summary:
Please note that all contributions to Luter 345 Experiments may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Luter 345 Experiments:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)