Subscribe Deb-based systems to the mcp repository
Cut-n-paste the following section (substituting distribution, architecture and project version) into /etc/apt/sources.list.d/mcp.list on your system:
HPE Management Component Pack
deb http://downloads.linux.hpe.com/SDR/repo/mcp dist/project_ver non-free
for example:
deb http://downloads.linux.hpe.com/SDR/repo/mcp jessie/10.62 non-free
Where:
dist bionic, xenial, trusty, precise, stretch, jessie, squeeze, wheezy
project_ver current, 11.30, 11.21, 11.05, 10.80, 10.60, 10.50, 10.40, 9.50, 9.40
Install the HPE public gpg key
http://downloads.linux.hpe.com/SDR/keys
Update the local apt indexes
apt-get update
Search for a specific package
apt-cache search <packagename> # browse debs
Install a specific package
apt-get install <packagename>
apt install hp-ams
----以下是中文说明----
方式是只能在debian系列的系统上用,比如debian proxmoxVE openmediavault之类的
a.添加/etc/apt/sources.list.d/mcp.list
内容说明:
deb http://downloads.linux.hpe.com/SDR/repo/mcp dist
/project_ver
non-free
上面的dist
可以是以下内容中的一个,也就是debian的版本号:
dist bionic, xenial, trusty, precise, stretch, jessie, squeeze, wheezy
project_ver
可以是: current, 11.30, 11.21, 11.05, 10.80, 10.60, 10.50, 10.40, 9.50, 9.40
例如:
deb http://downloads.linux.hpe.com/SDR/repo/mcp jessie/10.62 non-free
b.安装HPE public gpg key
从这里面找
http://downloads.linux.hpe.com/SDR/keys
c. 更新apt
apt-get update
d. 检测有没有包
# apt-cache search ams
如果结果有hp-ams相关的,就可以安装了
e. 安装包
apt install hp-ams
网友评论