Skip to main content
Skip table of contents

Installing Libatomic

This step installs Libatomic and sets up a symbolic link so the Chromium will find it.

  1. Extract the package contents with this command:
    dpkg -x libatomic*.deb libatomic

  2. Change into the extracted contents:
    cd libatomic1/usr/lib/x86_64-linux-gnu/

  3. List its contents in long form: ls -l

    ls-l

    This shows you that the library file is actually named libatomic.so.1.1.0 and that libatomic.so.1 is a symbolic link to it. We will recreate the link on the thin client later.

  4. Transfer the libatomic.so.1.1.0 file to the thin client and place it in:
    /custom/chromium-browser/usr/lib/chromium-browser/

  5. Change into the directory:
    cd /custom/chromium-browser/usr/lib/chromium-browser/

  6. Create the symbolic link:
    ln -s libatomic.so.1.1.0 libatomic.so.1
    Now Libatomic is set up to be used by Chromium.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.