活动介绍
file-type

Linux平台下的WINRAR v5.60官方免费版使用体验

RAR文件

下载需积分: 37 | 1.05MB | 更新于2025-04-02 | 110 浏览量 | 5 评论 | 6 下载量 举报 收藏
download 立即下载
标题所指的知识点为WINRAR Linux版解压缩工具v5.60官方免费版,这是一个针对Linux操作系统的压缩和解压缩软件。WINRAR是流行的压缩软件之一,它具有广泛的支持格式和实用功能。具体来说,此版本的WINRAR针对Linux平台进行了优化和适配,因此用户可以在Linux系统中享受到与Windows用户相似的功能和体验。 描述中提到的知识点包括WINRAR软件的多个功能: 1. 支持鼠标拖放功能:用户可以通过鼠标拖放的方式方便地压缩或解压文件,无需复杂的菜单操作,提升工作效率。 2. 外壳扩展:WINRAR为常见的文件管理器(如Nautilus、Thunar等)提供了扩展,使得用户可以在文件管理器的上下文中直接进行压缩和解压操作。 3. 完美支持ZIP档案:ZIP格式是最常见的压缩文件格式之一,WINRAR能够提供很好的支持,包括创建、查看和编辑ZIP文件。 4. 内置程序解压功能:除了处理RAR格式的压缩文件,WINRAR还可以解压多种其他格式的压缩文件,如CAB、ARJ、LZH、TAR、GZ、ACE、UUE、BZ2、JAR、ISO等。 5. 估计压缩功能:该功能允许用户在实际压缩文件之前预估压缩效果,用户可以选择不同的压缩算法(ZIP和RAR各有三种方式)并查看各自的压缩率,从而决定最终采用哪种压缩方式。 6. 历史记录和收藏夹功能:WINRAR提供历史记录功能,方便用户回溯过去的压缩或解压任务。此外,用户可以将常用的压缩文件加入收藏夹,方便快速访问。 7. 高压缩率与资源占用:与同类软件相比,WINRAR在保持较高压缩率的同时,还能尽可能地减少对系统资源的占用,这对于硬件配置较低的用户尤为重要。 8. 固定压缩:固定压缩功能允许用户创建自解压格式的压缩文件,可以在没有安装WINRAR的计算机上直接运行和解压。 9. 多媒体压缩:该功能允许对多媒体文件进行优化压缩,以减少文件大小,同时尽量保持原始文件的质量。 10. 多卷自解压档案:在需要分卷压缩大文件时,WINRAR可以创建多卷自解压档案,方便用户进行分批传输和存储。 标签“应用软件”所指的知识点较为宽泛,它涉及到所有安装在计算机系统中的软件程序,它们是为了提高工作效率、娱乐或执行特定任务而开发的。在这个上下文中,WINRAR Linux版解压缩工具就属于应用软件的一种。 至于压缩包子文件的文件名称列表,其本身不直接涉及知识点,但我们可以从中推断出一些与WINRAR相关的信息。列表中出现了两个压缩文件:rarlinux-x64-5.6.b3.tar.gz和rarlinux-5.6.b3.tar.gz,表明了有针对Linux系统的不同架构(x64和通用版本)的WINRAR安装包。另外,列表中的.url文件可能是指向网页的快捷方式,通常用于网络浏览。而.txt文件可能是一个文本文件,用于存储纯文本信息。这些文件可能是下载包中包含的附加文件,用于提供安装指南或使用声明。

相关推荐

filetype
rar软件不需要安装,直接解压到/usr/local下,以下操作需要有root权限。   #tar rarlinux-5.3.b4.tar.gz -C /usr/local   此时,/usr/local/rar下就会有rar命令和unrar命令。可以在/usr/local/bin下创建连接   #ln -s /usr/local/rar/rar /usr/local/bin/rar   #ln -s /usr/local/rar/unrar /usr/local/bin/unrar 使用方法: rar 命令使用方法 a 添加文件到压缩档案 c 添加压缩档案注释(注释的大小最大不能超过62000字节) cf 添加文件备注( 当使用'v'参数时显示文件备注,最大不能超过32767字节) ch 改变压缩档案参数 cw 向指定文件写入档案备注 d 从档案中删除文件 e 解压缩文件到当前目录(不创建任何子目录) f 刷新档案中的文件(更新这些文件自它们被打包之后产生的变化,不在压缩档案中增加新的) i[par]= 在档案中查找特定字符 k 锁定档案(任何试图改变压缩档案中内容的命令都会被忽略) l[t,b] 列出档案[technical, bare] m[f] 移动到压缩档案中[只针对文件] p 打印文件到标准输出 r 修补压缩档案 rc 重建丢失的分卷 rn 重命名压缩档案中的文件 rr[N] 添加数据恢复记录 rv[N] 创建恢复卷 s[name|-] 压缩档案与SFX(自解压文档)之间的转换 t 测试压缩档案文件 u 更新压缩档案中的文件 v[t,b] 列出压缩档案的详细信息[technical,bare] x 解压缩到完整路径 例子: rar a anaconda-ks.cfg.rar anaconda-ks.cfg 解压缩命令unrar的使用: $unrar --help 用法: unrar - - e 解压文件到当前目录 l[t,b] 列出压缩文档信息[technical, bare] p 打印文件到标准输出 t 测试压缩我俄当 v[t,b] 列出压缩文档的详细信息[technical,bare] x 解压文件到完整路径 [root@localhost ~]# unrar e anaconda-ks.cfg.rar /home/
filetype
Linux下的rar解压缩工具: RAR 5.60 beta 1 Copyright (c) 1993-2018 Alexander Roshal 21 Mar 2018 Trial version Type 'rar -?' for help Usage: rar <command> -<switch 1> -<switch N> <archive> <files...> <@listfiles...> <path_to_extract\> <Commands> a Add files to archive c Add archive comment ch Change archive parameters cw Write archive comment to file d Delete files from archive e Extract files without archived paths f Freshen files in archive i[par]=<str> Find string in archives k Lock archive l[t[a],b] List archive contents [technical[all], bare] m[f] Move to archive [files only] p Print file to stdout r Repair archive rc Reconstruct missing volumes rn Rename archived files rr[N] Add data recovery record rv[N] Create recovery volumes s[name|-] Convert archive to or from SFX t Test archive files u Update files in archive v[t[a],b] Verbosely list archive contents [technical[all],bare] x Extract files with full path <Switches> - Stop switches scanning @[+] Disable [enable] file lists ad Append archive name to destination path ag[format] Generate archive name using the current date ai Ignore file attributes ap<path> Set path inside archive as Synchronize archive contents c- Disable comments show cfg- Disable read configuration cl Convert names to lower case cu Convert names to upper case df Delete files after archiving dh Open shared files ds Disable name sort for solid archive dw Wipe files after archiving e[+]<attr> Set file exclude and include attributes ed Do not add empty directories en Do not put 'end of archive' block ep Exclude paths from names ep1 Exclude base directory from names ep3 Expand paths to full including the drive letter f Freshen files hp[password] Encrypt both file data and headers ht[b|c] Select hash type [BLAKE2,CRC32] for file checksum id[c,d,p,q] Disable messages ierr Send all messages to stderr ilog[name] Log errors to file inul Disable all messages isnd Enable sound iver Display the version number k Lock archive kb Keep broken extracted files log[f][=name] Write names to log file m<0..5> Set compression level (0-store...3-default...5-maximal) ma[4|5] Specify a version of archiving format mc<par> Set advanced compression parameters md<n>[k,m,g] Dictionary size in KB, MB or GB ms[ext;ext] Specify file types to store mt<threads> Set the number of threads n<file> Additionally filter included files n@ Read additional filter masks from stdin n@<list> Read additional filter masks from list file o[+|-] Set the overwrite mode oh Save hard links as the link instead of the file oi[0-4][:min] Save identical files as references ol[a] Process symbolic links as the link [absolute paths] or Rename files automatically ow Save or restore file owner and group p[password] Set password p- Do not query password qo[-|+] Add quick open information [none|force] r Recurse subdirectories r- Disable recursion r0 Recurse subdirectories for wildcard names only rr[N] Add data recovery record rv[N] Create recovery volumes s[<N>,v[-],e] Create solid archive s- Disable solid archiving sc<chr>[obj] Specify the character set sfx[name] Create SFX archive si[name] Read data from standard input (stdin) sl<size> Process files with size less than specified sm<size> Process files with size more than specified t Test files after archiving ta<date> Process files modified after <date> in YYYYMMDDHHMMSS format tb<date> Process files modified before <date> in YYYYMMDDHHMMSS format tk Keep original archive time tl Set archive time to latest file tn<time> Process files newer than <time> to<time> Process files older than <time> ts[m|c|a] Save or restore file time (modification, creation, access) u Update files v<size>[k,b] Create volumes with size=<size>*1000 [*1024, *1] ver[n] File version control vn Use the old style volume naming scheme vp Pause before each volume w<path> Assign work directory x<file> Exclude specified file x@ Read file names to exclude from stdin x@<list> Exclude files listed in specified list file y Assume Yes on all queries z[file] Read archive comment from file
资源评论
用户头像
曹多鱼
2025.05.28
压缩率出色,且支持鼠标拖放操作,极大地提高了工作效率。💓
用户头像
笨爪
2025.05.26
对于需要处理多种压缩文件格式的用户来说,WinRAR Linux版提供了一个高效的解决方案。
用户头像
傅融
2025.04.06
具备历史记录和收藏夹功能,方便用户管理常用的压缩文件。
用户头像
萌新小白爱学习
2025.03.23
💕
用户头像
玛卡库克
2025.01.15
这款Linux版的WinRAR压缩工具功能全面,对各种压缩格式支持度高,资源占用合理。🍖
weixin_39840515
  • 粉丝: 451
上传资源 快速赚钱