---
title: 查询组件版本号信息
description: "提供两种方法查询指令流引擎组件版本号信息。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengcps/boostcph/instrucstreamengine/kunpengcpsinstruction_20_0026.html
sourcePath: /source/zh/kunpengcps/boostcph/instrucstreamengine/kunpengcpsinstruction_20_0026.html
indexId: e2dba80af9dde03970b335ed51a75e425ff3b8f151d1752eb5080af1e0c7a49c85
---
# 查询组件版本号信息

提供两种方法查询指令流引擎组件版本号信息。

方法一：通过获取的软件包查询版本号信息

1. 请参见指令流引擎获取指令流引擎软件包后解压，本文以BoostKit-instructionengine_5.0.0_*.zip为例。
  1 unzip BoostKit-instructionengine_5.0.0_*.zip

2. 解压CloudPhoneInstructionEngine.tar.gz，从中获取并查看指令流引擎组件版本号信息。
  1 2 tar xf CloudPhoneInstructionEngine.tar.gz vendor/etc/instructionengine_version.txt cat vendor/etc/instructionengine_version.txt

  回显信息即为指令流引擎组件版本号信息，示例如下。

  1 2 3 4 5 Product Name: Kunpeng BoostKit Product Version: 23.0.0 Component Name: BoostKit-instructionengine Component Version: 5.0.0 Component AppendInfo: 11.0.0_r48


方法二：在已启动的容器内查询指令流引擎组件版本号信息

1. 进入已启动的容器，其中"${kbox_id}"为启动实例的编号。
  1 docker exec -it kbox_${kbox_id} sh

2. 查看指令流引擎组件版本信息。
  1 cat /vendor/etc/instructionengine_version.txt

  回显信息即为指令流引擎组件版本号信息，示例如下。

  1 2 3 4 5 Product Name: Kunpeng BoostKit Product Version: 23.0.0 Component Name: BoostKit-instructionengine Component Version: 5.0.0 Component AppendInfo: 11.0.0_r48
