Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Introduction to the method of decompressing tar.xz File under linux

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

What the editor shares today is an introduction to the method of decompressing tar.xz files under linux. Maybe you are no stranger to linux, or you have never known linux. But don't worry, today the editor will use the simplest description to explain how to extract tar.xz files under linux. Let's take a look.

Example: this kind of file is actually compressed in two layers, with .xz compression on the outer layer and .tar compression on the inside.

The decompression process is also divided into two layers:

Xz-d mysql-8.0.18-linux-glibc2.12-x86_64.tar.xz

And then the mysql-8.0.18-linux-glibc2.12-x86_64.tar file appears.

And then execute the command.

Tar xvf mysql-8.0.18-linux-glibc2.12-x86_64.tar

The decompression can be completed.

This is the end of the introduction of the method of decompressing tar.xz files under linux. Of course, there are not only the above methods to analyze with you, but the editor can ensure that its accuracy is absolutely no problem. I hope that the above content can have a certain reference value for everyone, and can be put into practice. If you like this article, you might as well share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report