ossutil Installation Guide
When you need to download files quickly, you can use the ossutil tool. ossutil supports Windows, Linux, macOS, and other systems. You can download and install the appropriate version based on your environment.
| Download Links |
|---|
| Linux x86 64bit |
| macOS 64bit |
| macOS ARM 64bit |
| Windows x86 64bit |
Linux Users
Installation with root privileges
sudo -v ; curl https://gosspublic.alicdn.com/ossutil/install.sh | sudo bashTIP
During installation, you need an extraction tool (unzip, 7z) to unzip the package. Please install one of these tools beforehand. After installation, ossutil will be installed in the /usr/bin/ directory.
Verify if ossutil is successfully installed:
ossutilInstallation without root privileges
Download the ossutil package:
curl -o ossutil-v1.7.19-linux-amd64.zip https://gosspublic.alicdn.com/ossutil/1.7.19/ossutil-v1.7.19-linux-amd64.zipTIP
This example uses Linux x86 64bit. For other systems, please refer to the download links above.
Execute the following unzip command in the directory containing the downloaded package:
unzip ossutil-v1.7.19-linux-amd64.zipEnter the ossutil-v1.7.19-linux-amd64 directory:
cd ossutil-v1.7.19-linux-amd64Execute the following command in the current directory:
chmod 755 ossutilTIP
Non-root users can only use ossutil with absolute paths.
macOS Users
Install ossutil:
sudo -v ; curl https://gosspublic.alicdn.com/ossutil/install.sh | sudo bashTIP
By default, it will be installed in the /usr/local/bin directory.
Verify if ossutil is successfully installed:
ossutil