-
Notifications
You must be signed in to change notification settings - Fork 0
Install
Dong Wei Chao edited this page Mar 13, 2017
·
2 revisions
#Install
选择对应的安装包下载安装,建议选择最新版本。
- 对于Ubuntu14,安装命令为:
wget https://github.com/hyperwd/s3fs-easyinstall/releases/download/v1.80/s3fs_1.80_ubuntu14.04_amd64.deb -O s3fs_1.80_ubuntu14.04_amd64.deb
sudo apt-get update
sudo apt-get install gdebi-core
sudo gdebi s3fs_1.80_ubuntu14.04_amd64.deb
- 对于CentOS7,安装命令为:
sudo yum remove fuse*
wget https://github.com/hyperwd/s3fs-easyinstall/releases/download/v1.80/s3fs_1.80_centos7.0_x86_64.rpm -O s3fs_1.80_centos7.0_x86_64.rpm
sudo yum localinstall s3fs_1.80_centos7.0_x86_64.rpm
- 对于CentOS6,安装命令为:
wget https://github.com/hyperwd/s3fs-easyinstall/releases/download/v1.80/s3fs_1.80_centos6.5_x86_64.rpm -O s3fs_1.80_centos6.5_x86_64.rpm
sudo yum localinstall s3fs_1.80_centos6.5_x86_64.rpm
- 对于CentOS5,安装命令为:
wget https://github.com/hyperwd/s3fs-easyinstall/releases/download/v1.80/s3fs_1.80_centos5.11_x86_64.rpm -O s3fs_1.80_centos5.11_x86_64.rpm
sudo yum localinstall s3fs_1.80_centos5.11_x86_64.rpm --nogpgcheck