Help Center/ Object Storage Service/ obsutil/ Downloading and Installing obsutil
Updated on 2025-01-16 GMT+08:00

Downloading and Installing obsutil

Download Links

Table 1 lists the download links of obsutil for different OSs.
Table 1 Download links of obsutil

OS

Software Package

Windows (64-bit)

obsutil_windows64

Linux AMD (64-bit)

Linux x86 (64-bit)

obsutil_linux_amd64

Linux Arm (64-bit)

obsutil_linux_arm64

macOS (64-bit)

obsutil_mac64

Getting Started with obsutil

You can download obsutil and then use it without installation. Methods of downloading obsutil vary depending on the OS type.

Make sure that your cloud server has been connected to the Internet, or the obsutil installation will fail.

Windows

  1. Download the obsutil package to your local PC.
  2. Decompress the software package.
  3. Use Command Prompt to go to the decompressed folder and run obsutil commands.

Linux

  1. Open the CLI and run the wget command to download obsutil.

    Linux AMD (64-bit) and Linux x86 (64-bit):

    https://obs-community.obs.eu-west-101.myhuaweicloud.eu/obsutil/current/obsutil_linux_amd64.tar.gz
    • The URL after wget is the download link of the installation package, for which you do not need to make any adaptations. To download the package, just copy and run the whole wget command.
    • You can also download the obsutil package from a PC running Windows and then use a cross-platform transfer tool (such as WinSCP) to transfer the package to your Linux host.

  2. Run the following command in the directory where the obsutil package resides:

    tar -xzvf obsutil_linux_amd64.tar.gz

  3. Go to the directory where obsutil resides and run the following command to grant the execute permission on obsutil:

    chmod 755 obsutil

    You must grant the execute permission on obsutil, or error "No such file or directory" will be reported when you are querying the obsutil version number.

  4. Run the following command in the directory. If the version number of obsutil is returned, the installation is successful.

    ./obsutil version
    Figure 1 Successful installation

macOS

  1. Download the obsutil package to your local PC.
  2. Decompress the software package.
  3. Open the CLI, go to the directory where obsutil belongs, and run the following command to add execute permissions to obsutil:

    chmod 755 obsutil