1.Ctrl Alt T,打开命令输入界面
![Ubantu(乌班图)系统下,用命令解压[.tar.xz]压缩文件(新手共勉](http://www.linuxdiyf.com/linux/uploads/allimg/151209/2-15120Z9521D56.jpg)
2.用 cd 命令进入压缩文件所在路径(我的是日文系统)
![Ubantu(乌班图)系统下,用命令解压[.tar.xz]压缩文件(新手共勉](http://www.linuxdiyf.com/linux/uploads/allimg/151209/2-15120Z952255O.jpg)
![Ubantu(乌班图)系统下,用命令解压[.tar.xz]压缩文件(新手共勉](http://www.linuxdiyf.com/linux/uploads/allimg/151209/2-15120Z95243137.jpg)
3.该压缩文件为双压缩格式,即 .xz 和 .tar , 所以可以分两次分别解压,分别输入
$ xz -d Python-3.5.1.tar.xz
$ tar -xvf Python-3.5.1.tar
![Ubantu(乌班图)系统下,用命令解压[.tar.xz]压缩文件(新手共勉](http://www.linuxdiyf.com/linux/uploads/allimg/151209/2-15120Z952534I.jpg)
搞定!
Linux下tar.xz结尾的文件的解压方法:http://www.linuxdiyf.com/linux/16334.html
Linux操作系统中,*.zip、*.tar、*.tar.gz、*.tar.bz2、*.tar.xz:http://www.linuxdiyf.com/linux/14078.html
Linux下最为人熟知的归档/压缩工具:http://www.linuxdiyf.com/linux/10132.html
Linux下的压缩解压命令:http://www.linuxdiyf.com/linux/12349.html

