WSO2 API 管理器安装:Apt 安装无法找到包 wso2am-3.2.0
WSO2 API Manager installation : Apt install unable to locate package wso2am-3.2.0
我以前用过WSO2,v2.6.0。我通过他们的 debian 存储库在 Debian 9 机器上安装了它,并且运行良好。
现在我想在 Debian 9 机器上安装他们新的 3.2.0 稳定版,所以我在这里遵循了他们的指南:https://wso2.com/api-management/install/apt/get-started/
不幸的是,apt install 命令失败了,我不明白为什么:
apt update && apt install wso2am-3.2.0
Ign:1 http://deb.debian.org/debian stretch InRelease
Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Hit:3 http://deb.debian.org/debian stretch Release
Ign:4 https://dl.bintray.com/wso2/deb am_320 InRelease
Get:5 https://dl.bintray.com/wso2/deb am_320 Release [1,897 B]
Hit:5 https://dl.bintray.com/wso2/deb am_320 Release
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package wso2am-3.2.0
E: Couldn't find any package by glob 'wso2am-3.2.0'
E: Couldn't find any package by regex 'wso2am-3.2.0'
这是我的 Debian 版本:
lsb_release -a
Distributor ID: Debian
Description: Debian GNU/Linux 9.13 (stretch)
Release: 9.13
Codename: stretch
还有我的 /etc/apt/sources.list 文件:
cat /etc/apt/sources.list
deb http://deb.debian.org/debian stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb https://dl.bintray.com/wso2/deb am_320 release
我只尝试使用 http,但出现了同样的错误。有什么想法吗?
谢谢。
你能再试一次这些步骤吗?
apt-get update
apt-get install wso2am-3.2.0
现在可以使用了,因为我们修复了安装程序的一些问题,对于给您带来的不便,我们深表歉意。
我以前用过WSO2,v2.6.0。我通过他们的 debian 存储库在 Debian 9 机器上安装了它,并且运行良好。
现在我想在 Debian 9 机器上安装他们新的 3.2.0 稳定版,所以我在这里遵循了他们的指南:https://wso2.com/api-management/install/apt/get-started/
不幸的是,apt install 命令失败了,我不明白为什么:
apt update && apt install wso2am-3.2.0
Ign:1 http://deb.debian.org/debian stretch InRelease
Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Hit:3 http://deb.debian.org/debian stretch Release
Ign:4 https://dl.bintray.com/wso2/deb am_320 InRelease
Get:5 https://dl.bintray.com/wso2/deb am_320 Release [1,897 B]
Hit:5 https://dl.bintray.com/wso2/deb am_320 Release
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package wso2am-3.2.0
E: Couldn't find any package by glob 'wso2am-3.2.0'
E: Couldn't find any package by regex 'wso2am-3.2.0'
这是我的 Debian 版本:
lsb_release -a
Distributor ID: Debian
Description: Debian GNU/Linux 9.13 (stretch)
Release: 9.13
Codename: stretch
还有我的 /etc/apt/sources.list 文件:
cat /etc/apt/sources.list
deb http://deb.debian.org/debian stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb https://dl.bintray.com/wso2/deb am_320 release
我只尝试使用 http,但出现了同样的错误。有什么想法吗?
谢谢。
你能再试一次这些步骤吗?
apt-get update
apt-get install wso2am-3.2.0
现在可以使用了,因为我们修复了安装程序的一些问题,对于给您带来的不便,我们深表歉意。