diff --git a/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md b/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md index ce5fab9..37e2a4a 100644 --- a/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md +++ b/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md @@ -15,6 +15,15 @@ yum install -- 安装指定版本 ``` +#### 示例 +```bash +# 查看 maca_sdk 所有可用版本的详细信息 +yum --showduplicates info maca_sdk + +# 安装指定版本的 maca_sdk(示例版本号:3.2.1.10) +yum install maca_sdk-3.2.1.10 +``` + ### 3.PYPI ``` 1. pip 22.0 及更早版本:在 pip 22.0 及之前的版本,可以使用pip install == 方式触发错误并列出包的所有可用版本