centos7中aspera软件的安装
001、查看系统
[liujiaxin01@PC1 aspera]$ cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core)
002、下载安装包
[liujiaxin01@PC1 aspera]$ ls [liujiaxin01@PC1 aspera]$ wget -c https://download.asperasoft.com/download/sw/connect/3.8.3/ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.tar.gz --2024-08-21 11:46:19-- https://download.asperasoft.com/download/sw/connect/3.8.3/ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.tar.gz Resolving download.asperasoft.com (download.asperasoft.com)... 184.72.56.59 Connecting to download.asperasoft.com (download.asperasoft.com)|184.72.56.59|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 35730283 (34M) [application/x-gzip] Saving to: ‘ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.tar.gz’ 100%[====================================================================================================================>] 35,730,283 11.4MB/s in 3.0s 2024-08-21 11:46:23 (11.4 MB/s) - ‘ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.tar.gz’ saved [35730283/35730283] [liujiaxin01@PC1 aspera]$ ls ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.tar.gz [liujiaxin01@PC1 aspera]$ tar -xzvf ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.tar.gz ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.sh [liujiaxin01@PC1 aspera]$ ls ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.sh ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.tar.gz
003、安装
[liujiaxin01@PC1 aspera]$ ls ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.sh ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.tar.gz [liujiaxin01@PC1 aspera]$ bash ibm-aspera-connect-3.8.3.170430-linux-g2.12-64.sh Installing IBM Aspera Connect Deploying IBM Aspera Connect (/home/liujiaxin01/.aspera/connect) for the current user only. Install complete.
004、检查安装效果
[liujiaxin01@PC1 aspera]$ cd ~/.aspera/connect/bin/ ## 进入可执行程序目录 [liujiaxin01@PC1 bin]$ ls ascp asperaconnect asperaconnect.bin asperacrypt asunprotect [liujiaxin01@PC1 bin]$ ./ascp ## 调用测试 Usage: ascp [OPTION] SRC... DEST SRC to DEST, or multiple SRC to DEST dir SRC, DEST format: [[user@]host:]PATH Display full usage: -h,--help
。
01、软件官网:https://www.ibm.com/products/aspera/downloads
02、ref:
a、https://zhuanlan.zhihu.com/p/409183838
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
2023-08-21 SV 的检出
2022-08-21 R语言中如何将矩阵的元素全部设置为0, 取矩阵的最大值、最小值、平均值
2022-08-21 linux 中sed命令如何删除第一列和最后一列
2021-08-21 c语言中getchar()、putchar()函数例子