How to hide the splash screen when launching root?

I am trying to learn root and couldn’t find a way to turn off the splash screen when launching root from terminal (on ubuntu). Is there any command line option or other way to do this?

Use:

 root -l

You can see all options with:
root --help

2 Likes