$ sudo apt-get install ec2-api-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ec2-api-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'ec2-api-tools' has no installation candidate
我从哪里得到EC2-API工具?
https://help.ubuntu.com/community/EC2APITools看起来太老了。
https://help.ubuntu.com/community/EC2StartersGuide看起来也太老了。
我想安装以下工具:http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-user
更新:更正了指向我想要的工具的链接。我想要基于python的工具,而不是基于java的工具。
发布于 2014-11-03 16:46:35
很抱歉回答我自己的问题。
EC2-API-工具被awscli所取代。
我记不起awscli的名字了,因此我提出了问题。
如果ec2-api-tools虚拟包被更新为指向awscli包,那就太好了。
$ sudo apt-get install awscli
发布于 2018-09-19 14:47:02
一个人可以搜索
> apt search "Amazon Elastic Compute Cloud"
Sorting... Done
Full Text Search... Done
awscli/bionic,bionic 1.14.44-1ubuntu1 all
Universal Command Line Environment for AWS
libnet-amazon-ec2-perl/bionic,bionic 0.35-1 all
Perl interface to the Amazon Elastic Compute Cloud (EC2)
https://askubuntu.com/questions/545182
复制相似问题