The First Run
Now that the paths for the complete Chromium package contents have been set up, try running the program for the first time:
- Log into Local Terminal as - root.
- Change into the - /custom/chromium-browser/directory.
- The - usr/bin/and- usr/lib/directories are good candidates for Chromium's main executable. Try to run the following command:- ./usr/lib/chromium-browser/chromium-browser
 You will see the following error message:- /usr/lib/chromium-browser/chromium-browser: error while loading shared libraries:- libatomic.so.1: cannot open shared object file: No such file or directory- This tells you that the program tries to load the shared library - libatomic.so.1, but can't find it.
 You will need to obtain- libatomic.so.1and install it.
