Download Links
Table 1 lists the download links of obsutil for different operating systems.
Operating System | Download Link | How to Use | View Help |
|---|---|---|---|
Windows (64-bit) | After the download completes, click here to see how to quickly get started with obsutil. Basic functions | You can also click here to learn how to use the help command to get familiar with more functions of obsutil. | |
Linux AMD (64-bit) | |||
Linux ARM (64-bit) | |||
macOS (64-bit) |
For details about the version revision records of obsutil, see ChangeLog.
Quick Installation
Methods of downloading obsutil vary according to different operating systems. obsutil is an installation-free tool and can be used after the package is downloaded and decompressed.
- In Windows
- Directly download the obsutil package to your local PC using the corresponding download link.
- After the download completes, decompress the package to a specified folder.
- Double-click obsutil.exe in the decompressed folder and then you can use the tool.Note
Alternatively, you can open the CLI to go to the upper-level directory of obsutil.exe and run obsutil commands. The command line structures of the two modes are different. For details, see Command Line Structure.
- In Linux
- Open the CLI and run the wget command to download the obsutil tool package.wget https://obs-community.obs.ru-moscow-1.hc.sbercloud.ru/obsutil/current/obsutil_linux_amd64.tar.gzNote
You can also download the obsutil package from a PC running the Windows operating system and then use a cross-platform transfer tool (such as WinSCP) to transfer the package to your host running the Linux operating system.
- Run the following command in the directory where the tool package resides:tar -xzvf obsutil_linux_amd64.tar.gz
- Go to the directory where obsutil resides and run the following command to grant the execute permission to obsutil:chmod 755 obsutil
- Open the CLI and run the wget command to download the obsutil tool package.
- macOS
- Directly download the obsutil package to your local PC using the corresponding download link.
- After the download completes, decompress the package to a specified folder.
- Open the CLI, go to the directory where obsutil resides, and run the following command to grant the execute permission to obsutil:chmod 755 obsutil
- Download Links
- Quick Installation