Installing
-
2. Installing Requirement
Installing Required Python Package.
sudo pacman -Sy python-setuptools
-
3. Downloading
Download Latest s3cmd for Linux.
-
4. Extracting
Then Extract into /tmp
Possibly Double-Click/Right-Click and Open with Archive Manager:
Or from Command Line:tar xvzf ~/Downloads/s3cmd*tar.gz -C /tmp/
-
5. Installing
Nex to Install s3cmd Tool
First, Access the Target:cd /tmp/s3cmd*
And then to Setup it run the Installation Script:
sudo python3 setup.py install
Contents