Tizen Studio 1.0 CLI Installer Failing on Ubuntu 16.04 LTS 32-bit

Original Created Sep 07, 2016 | Regeneration Apr 22, 2026

I'm attempting to use the CLI installer for Tizen Studio 1.0 on a headless Ubuntu 16.04 LTS (32-bit) development machine. I encountered two issues:

  1. The documentation and web-cli_Tizen_Studio_1.0_ubuntu-32.bin seem inconsistent. I had to examine the bash script to discover that I needed to pass -install as an argument.

  2. After passing the correct argument, the installation fails with the following error messages:

CLI mode, installer does not need GUI Environment.
gzip: stdin: not in gzip format
tar: Child died with signal 13
tar: Error is not recoverable: exiting now
The download file appears to be corrupted.
Please do not attempt to install this archive file.

Problem Understanding

The installation is failing due to what appears to be a corrupted download file. The error messages indicate that:

  • The gzip format is not being recognized
  • The tar utility is failing to extract the contents
  • The installer's checksum verification is detecting corruption

Solution Methods

  1. Redownload the installer package:

    • Delete the current downloaded file
    • Download a fresh copy of web-cli_Tizen_Studio_1.0_ubuntu-32.bin
    • Verify the file size matches the expected size from the download source
  2. Verify the download integrity:

    • Check the MD5 or SHA checksum of the downloaded file against the published checksum
    • Use commands like md5sum or sha256sum to verify the file
  3. Check system requirements:

    • Ensure your Ubuntu 16.04 LTS 32-bit system meets all requirements
    • Verify you have sufficient disk space and memory
    • Check for any missing dependencies

Additional Tips

  • The issue doesn't appear to be related to using a virtual machine (as confirmed in the answers)
  • Make sure to use the -install argument when running the installer
  • Consider trying the installation on a different machine or network if problems persist

Customize your cookie preferences

You can enable or disable non-essential cookies. Essential cookies are always on to ensure the site works properly and to keep you signed in.

Necessary

These cookies are necessary for the website to function properly and cannot be switched off. They help with things like logging in and setting your privacy preferences.

Always on

Analytics

These cookies help us improve the site by tracking which pages are most popular and how visitors move around the site.

Enable analytics cookies
Public Forum Public Forum
Employees only. Please sign in with your company account.