$dumpfile Error

Dear CERN-ROOT Experts,

I have Install ROOT successfully with all essential packages but when i go to terminal the show me this type of error that given in the figure .

permission denied is telling you that the .sh file is not executable. You have to run it with source (as explained in the installation instructions):
source /your/path/to/thisroot.sh

Dear Expert,

I am beginner on ROOT, can you explain me in detail that how to do ??

you mean i will do like this in terminal : source /root/root-6.34.00/buildroot/bin/thisroot.sh

If yes, then how to open terminal because when i click the terminal then show the **Dumpilefile** each time. How I will exit from this dumpfile screen to terminal ??

If that happens whenever you open a terminal, you probably have that (/.../thisroot.sh) line in your ~/.bashrc or some config file (you should know, as you must have added that line to that file, it is not added automatically), and the line is missing the source in front of it, so check and add it.

Dear Dastudillo,

Yes, I have added /thisroot.sh in / . bashrc while installing in terminal.

Now, Is this possible to exit the $dumpile file or I will uninstall the root and again install it.?? or is there any specific command for exit, when i exit from there then ill will follow your instructions in terminal on source command

Dear Expert

same issue when follow your kind instructions ,
please see the attached figure.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

Can you retry from scratch and print/give the complete output (including both what you tried and what the output was)? In the last screenshoot it ‘appears’ that you first used (maybe since the command is not shown) is the incorrect version and then at the last line, you successfully executed using the right syntax.