Skip to main content
Skip table of contents

Unpacking the Packages

In this step, you extract the 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 teams

  4. Extract the packages to the new directory:
    dpkg -x teams*.deb teams/

  5. Run the following command to see how much space the package contents need in total (in MB):
    du -cms teams/*
    The total is 237 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.