File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,15 @@ brew install s3cmd
2828
2929Installation of RPM package
3030---------------------------
31- As user "root" run:
31+ The s3cmd-X.Y.Z.noarch.rpm is available via the epel repository. Run the following command as the root user:
32+ ```
33+ dnf install s3cmd
34+ ```
35+
36+ If the package has been downloaded locally, run the following command as the root user, where X.Y.Z is the most recent s3cmd release version:
3237```
3338rpm -ivh s3cmd-X.Y.Z.noarch.rpm
3439```
35- where X.Y.Z is the most recent s3cmd release version.
3640
3741You may be informed about missing dependencies
3842on Python or some libraries. Please consult your
@@ -56,7 +60,7 @@ Installation from zip file
5660There are three options to run s3cmd from source tarball:
5761
58621 ) The S3cmd program, as distributed in s3cmd-X.Y.Z.tar.gz
59- on SourceForge or in master.zip on GitHub, can be run directly
63+ on [ SourceForge] ( https://s3tools.org/download ) or in master.zip on [ GitHub] ( https://github.com/s3tools/s3cmd/archive/master.zip ) , can be run directly
6064 from where you unzipped the package.
6165
62662 ) Or you may want to move "s3cmd" file and "S3" subdirectory
You can’t perform that action at this time.
0 commit comments