---
title: 解压qemu压缩包时提示tar命令不存在-昇腾社区
description: 解压qemu压缩包时提示tar命令不存在：
keywords: 虚拟机;QEMU
url: https://www.hiascend.com/document/caselibrary/detail/topic_0000002239384698
section: (其他)
---

# 解压qemu压缩包时提示tar命令不存在-昇腾社区

URL: https://www.hiascend.com/document/caselibrary/detail/topic_0000002239384698
描述: 解压qemu压缩包时提示tar命令不存在：
关键词: 虚拟机;QEMU

昇腾文档 [了解详情](https://www.hiascend.com/document)

故障案例 [了解详情](https://www.hiascend.com/document/caselibrary)

解压qemu压缩包时提示tar命令不存在

解压qemu压缩包时提示tar命令不存在

2025/04/11

446

问题信息

| 问题来源 | 产品大类 | 产品子类 | 关键字 |
| --- | --- | --- | ---|
| 内部测试 | 部署虚拟机 | 虚拟机 | 虚拟机、QEMU |

#### 问题现象描述

解压qemu压缩包时提示tar命令不存在：

```
[root@localhost ~]# tar -xf ./qemu-4.1.0.tar.xz
-bash: tar: command not found
```

#### 解决措施

执行如下命令，安装tar命令。

yum -y install tar

```
[root@localhost ~]# yum -y install tar
Last metadata expiration check: 0:09:05 ago on Wed 22 Feb 2023 09:25:12 AM CST.
Dependencies resolved.
==================================================================================================================================================================================================
 Package                                    Architecture                                  Version                                             Repository                                     Size
==================================================================================================================================================================================================
Installing:
 tar                                        x86_64                                        2:1.32-1.oe1                                        update                                        772 k

Transaction Summary
==================================================================================================================================================================================================
Install  1 Package

Total download size: 772 k
Installed size: 3.2 M
Downloading Packages:
tar-1.32-1.oe1.x86_64.rpm                                                                                                                                         211 kB/s | 772 kB     00:03
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                             211 kB/s | 772 kB     00:03
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                                          1/1
  Running scriptlet: tar-2:1.32-1.oe1.x86_64                                                                                                                                                  1/1
  Installing       : tar-2:1.32-1.oe1.x86_64                                                                                                                                                  1/1
  Running scriptlet: tar-2:1.32-1.oe1.x86_64                                                                                                                                                  1/1
  Verifying        : tar-2:1.32-1.oe1.x86_64                                                                                                                                                  1/1

Installed:
  tar-2:1.32-1.oe1.x86_64

Complete!
[root@localhost ~]#
```

本页内容

- 问题信息
- 问题现象描述
- 解决措施
