Skip to main content
Skip table of contents

Unpacking the Packages

In this step, you extract the Ubuntu packages on your Linux workstation in order to access their files:

  1. Open a terminal.
  2. Change to the directory where you saved the packages.
  3. Create a directory to extract the files to:
    mkdir zoom
  4. Extract the packages to the new directory:
    dpkg -x zoom*.deb zoom/
    dpkg -x libx*.deb zoom/
  5. Run the following command to see how much space the package contents need in total (in MB):
    du -cms zoom/*
    The total is 151 MB (your package may differ slightly). To be on the safe side, let's memorize that we need approximately 500 MB of storage space for the Custom Partition contents.

Next Step

>> Creating the Initialization Script

JavaScript errors detected

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

If this problem persists, please contact our support.