zoukankan
html css js c++ java
Linux 解压xz格式文件及安装xz
1、安装xz命令
# yum install epel-release -y
# yum install xz -y
2、将xz文件解压为tar文件
# xz -d test.tar.xz
3、将tar文件解压
# tar xf test.tar
查看全文
相关阅读:
Sublime Text 3065
FBX .NET
macbook pro的usb串口失效的的处理方法
CMAKE使用
Ctrl+Scroll改变所有Editor的缩放比例 (Code::Blocks)
如何在Mac OSX 10.10上安装GDB
yum安装指定(特定)版本(旧版本)软件包的方法
MinGW: TOO MANY SECTIONS issue
轻量级Image Library
CodeLite的姿势
原文地址:https://www.cnblogs.com/arebirth/p/linuxinstallxz.html
最新文章
__cdecl和__stdcall
FBX
Linux版MonoDevelop无法连接调试器的解决方案(Could not connet to the debugger)
Install Mono and MonoDevelop on Fedora
关于linux发行版i386/i686/x86-64/的区别
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
MacPorts安装32位动态库
DllMaps
Unity Editor开发
Interesting things in Unity 4.5 you probably didn't know about
热门文章
SDL2-CS
AssetBundle in Unity 5.0
C# C++联调
Windows Platform Predefined Macros
Hash Table in C
Red Black Tree in C
Unity逻辑热更新
Unity3D热更全书
C语言进行面向对象编程
C# Game Engines
Copyright © 2011-2022 走看看