<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; winrar</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/winrar/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下解压rar压缩文件</title>
		<link>https://www.osyunwei.com/archives/13251.html</link>
		<comments>https://www.osyunwei.com/archives/13251.html#comments</comments>
		<pubDate>Sun, 29 Jan 2023 14:34:12 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[winrar]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=13251</guid>
		<description><![CDATA[操作系统：CentOS 7.x 1、下载解压工具包unar 下载地址： https://mirrors.ustc.edu.cn/centos/7/os/x86_64/Packages/libobjc-4.8.5-44.el7.x86_64.rpm https://mirrors.ustc.edu.cn/centos/7/os/x86_64/Packages/avahi-libs-0.6.31-20.el7.x86_64.rpm https://mirrors.ustc.edu.cn/centos/7/os/x86_64/Packages/wavpack-4.60.1-9.el7.x86_64.rpm https://mirrors.ustc.edu.cn/centos/7/os/x86_64/Packages/nettle-2.7.1-8.el7.x86_64.rpm https://mirrors.ustc.edu.cn/centos/7/os/x86_64/Packages/trousers-0.3.14-2.el7.x86_64.rpm https://mirrors.ustc.edu.cn/centos/7/os/x86_64/Packages/gnutls-3.3.29-9.el7_6.x86_64.rpm https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/g/gnustep-base-libs-1.24.9-1.el7.x86_64.rpm https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/u/unar-1.10.7-1.el7.x86_64.rpm 上传安装包到/usr/local/src目录 2、安装unar工具包 cd /usr/local/src rpm -ivh libobjc-4.8.5-44.el7.x86_64.rpm rpm -ivh avahi-libs-0.6.31-20.el7.x86_64.rpm rpm -ivh wavpack-4.60.1-9.el7.x86_64.rpm rpm -ivh nettle-2.7.1-8.el7.x86_64.rpm rpm -ivh trousers-0.3.14-2.el7.x86_64.rpm rpm -ivh gnutls-3.3.29-9.el7_6.x86_64.rpm rpm -ivh gnustep-base-libs-1.24.9-1.el7.x86_64.rpm rpm -ivh unar-1.10.7-1.el7.x86_64.rpm #yum源安装 yum install epel-release #需要安装epel源 yum install unar 3、解压rar文件 unar file.rar #Linux解压缩命令 *.tar.gz后缀 解压命令：tar -zxv [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/13251.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/13251.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liunx支持winrar解压</title>
		<link>https://www.osyunwei.com/archives/146.html</link>
		<comments>https://www.osyunwei.com/archives/146.html#comments</comments>
		<pubDate>Fri, 21 Oct 2011 15:15:18 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Liunx支持winrar]]></category>
		<category><![CDATA[winrar]]></category>
		<category><![CDATA[winrar解压]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=146</guid>
		<description><![CDATA[引言：liunx系统中默认不支持rar文件的解压缩，如果我们的网站或者数据库是从windows系统中迁移过来的       并且在迁移的过程中，是使用rar压缩文件的形式打包的，那么在linux下面能正常的解压rar文件吗？       答案是肯定的，请看下面操作！ 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 我们需要下载安装unrar软件 官方网站 http://www.rarlab.com/rar_add.htm 我是用的centos，下载的是unrar for centos这个版本 下面在终端提示符下操作 到此，安装完成！ 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 现在可以解压windows下面的rar文件了 unrar x /home/wwwroot/web/mysql.rar     /home/mysql/ #解压 &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/146.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » Liunx支持winrar解压<p><a rel="bookmark" href="https://www.osyunwei.com/archives/146.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/146.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
