码迷,mamicode.com
首页 >  
搜索关键字:unrar    ( 108个结果
linux下使用unrar命令解压*.rar格式文件
下载http://www.rarlab.com/download.html下载相应的版本安装[user@localhost~]$cat/etc/redhat-releaseFedorarelease24(TwentyFour)[user@localhost~]$uname-r4.8.15-200.fc24.x86_64tarzxvfrarlinux-x64-5.4.0.tar.gzcdrarmakemakeinstall使用帮助[user@localhost~]$unrarUNR..
分类:系统相关   时间:2017-01-14 16:10:06    阅读次数:219
Mac电脑解压文件unrar用密码问题解决
下载了一个rar文件,有密码的,你懂的。 但是在mac上面,用unrar解压,只能解出空文件;用izip解压,直接停在那里不动。 只好上网搜索。找到了办法。 用brew 安装了命令行版本的 unrar: brew install unrar 然后在rar文件的目录里面,用命令 unrar r xxx ...
分类:系统相关   时间:2016-12-03 20:35:28    阅读次数:353
Saltstack API以及对应的Python模板
来源:《Python自动化运维开发》测试: importsalt.client client=salt.client.LocalClient() ret=client.cmd(‘*‘,‘test.ping‘) printret (1)Archive模块 1)功能:实现系统层面的压缩包调用,支持gunzip、gzip、rar、 tar、unrar、unzip等。 2)示例: #采用gzunzip解压/tmp/..
分类:编程语言   时间:2016-11-17 21:10:36    阅读次数:221
Saltstack 基础模块记录二
一、Archive模块功能:实现系统层面的压缩包调用,支持gzip、gunzip、rar、tar、unrar、unzip等示例:1、采用gunzip解压sourcefile.txt.gz包salt‘*‘archive.gunzipsourcefile.txt.gz2、采用gzip压缩sourcefile.txt文件salt‘*‘archive.gzipsourcefile.txt3、API调用:client.cmd..
分类:其他好文   时间:2016-10-29 02:25:54    阅读次数:242
Linux下tar-rar-unrar解压/压缩缩命令大全
RAR文件下载:http://www.rarlab.com/download.htm ...
分类:系统相关   时间:2016-10-19 03:00:03    阅读次数:233
Linux解压命令
常用的两个解压命令:unrar和unzip,分别对应Windows平台上的两个Winrar和Winzip软件。[root@sky9896~]#cd/usr/local/tomcat/webapps[root@sky9896webapps]#unrarxstudentnavigation.rar#解压到当前目录[root@sky9896webapps]#unrarxStuNumber.rar#解压到当前目录[root@sky9896w..
分类:系统相关   时间:2016-10-10 02:18:29    阅读次数:234
Ubuntu 16.04 - 64bit 解压 rar 报错 Parsing Filters not supported
Ubuntu 16.04 - 64bit 解压rar 文件报错: 错误如下图: 原因: 未安装解压命令 unrar 参考博客: Error - "Parsing Filters not supported" 解决方法: 终端输入: sudo apt-get install unrar 这样就能解压r ...
分类:系统相关   时间:2016-10-07 11:37:44    阅读次数:790
linux 下面压缩,解压.rar文件以及rar,unrar实例
...
分类:系统相关   时间:2016-08-01 13:52:08    阅读次数:344
java 文件压缩及解压缩
java操作windows命令(Rar.exe)执行文件压缩 java操作windows命令(UnRAR.exe)执行文件解压缩 ...
分类:编程语言   时间:2016-07-08 19:46:18    阅读次数:200
ubuntu 下rar解压工具安装方法
1、压缩功能安装 sudo apt-get install rar卸载 sudo apt-get remove rar2、解压功能安装 sudo apt-get install unrar卸载 sudo apt-get remove unrar压缩解压缩.rar 解压:rar x FileName. ...
分类:系统相关   时间:2016-07-08 10:07:24    阅读次数:157
108条   上一页 1 ... 5 6 7 8 9 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!