【发布时间】:2016-05-14 08:41:34
【问题描述】:
当我打算通过 ipkg 在我的 NAS 上安装一些软件包时,我发现有多个版本,例如:
root@Nas:/opt/etc/init.d# ipkg list | grep openssl
openssl - 0.9.8v-2 - Openssl provides the ssl implementation in libraries libcrypto and libssl, and is needed by many other applications and librari
openssl - 0.9.7m-6 - Openssl provides the ssl implementation in libraries libcrypto and libssl, and is needed by many other applications and librari
由于一些依赖问题,我需要 0.9.7 版本。但是,如果我只输入ipkg install openssl,它将始终安装后者,也就是 0.9.8,一个。
有人知道如何指定要安装的版本吗?
【问题讨论】: