当前位置: 首页 > 软件库 > 云计算 > >

homebrew-aws

授权协议 Apache-2.0 License
开发语言 C/C++
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 葛言
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

EC2 macOS Homebrew Tap

Introduction

AWS offers EC2-optimized macOS AMIs for developer use. These AMIs include this Tap for providing a simple way to get these tools and updates to them.

Homebrew is a package manager for macOS which provides easy installation and update management of additional software. This Tap (repository) contains the formulae that are used in the macOS AMI that AWS offers. This includes:

Name Description Type Install Name
Amazon ENA ENA macOS Network Driver Cask amazon-ena-ethernet
Amazon SSM Agent Amazon SSM Agent Cask amazon-ssm-agent
Amazon EFS Amazon Elastic File System Keg amazon-efs-utils
EC2 macOS Init Instance initialization and configuration, including performance optimization Cask ec2-macos-init
EC2 System Monitor for macOS For collecting system monitoring CloudWatch metrics Cask ec2-macos-system-monitoring

Installing the Tap

The AMIs provided by EC2 come with Homebrew "pretapped" with this Tap. To manually install the Tap, run the the brew tap command:

brew tap aws/homebrew-aws

Removing the Tap

If this Tap needs to be removed, Homebrew has a specific command for this. (Note: that this only removes the Tap but preserves anything previously installed)

brew untap aws/homebrew-aws

Usage

This Tap follows standard Homebrew commands, for more information, please refer to the Homebrew Documentation.

Updating

The most common use for the Tap is to get the latest software available on a launched instance. Updating is all done via brew update. This Tap follows standard Homebrew commands, for more information, please refer to the Homebrew Documentation. It is possible to update a specific Keg or Cask.

For example:

Type Update Command
Full System brew upgrade
Keg brew upgrade amazon-efs-utils
Cask brew upgrade --cask amazon-ena-ethernet

Installing

There are two primary ways to install software from the Tap. Kegs use the default brew install command while Casks have their own sub-command: brew install --cask. Currently, all the components in the Tap are pre-installed in the macOS AMIs that AWS offers.

For example:

Type Install Command
Keg brew install amazon-efs-utils
Cask brew install --cask amazon-ena-ethernet

Removing

Removing software is similar to installing software. Kegs and Casks now use the same brew remove command.

For example:

Type Uninstall Command
Keg brew remove amazon-efs-utils
Cask brew remove amazon-ena-ethernet

Documentation

To get more information about brew you can run brew help or man brew on a mac1.metal instance or check Homebrew's documentation for Homebrew's complete documentation.

License

This project is licensed under the Apache License, version 2.0.

  • 本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。 设置 PHP 开发环境 设置 PHP 开发环境以在本地测试应用程序,然后再将应用程序部署到 AWS Elastic Beanstalk。本主题介绍开发环境设置步骤,并提供一些有用工具的安装页面链接。 安装 PHP 安装 PHP 和一些常用扩展。如果您没有特别的要求,请获取最新版本。根据平台和可用的程序包管理器,步骤可能有

  • 在mac上安装软件,无疑安装一个brew是个很好的选择,关于brew是什么,怎么安装建议去brew官网查看, 附上地址:brew官网  还有一篇博文 http://www.cnblogs.com/xd502djj/p/6923690.html 安装完成之后,安装其他的软件就很方便了。   先搜索下 cmd:~ dongjunjie$ brew search mysql automysqlbacku

  • 本文主要向大家介绍了MySQL数据库之Homebrew 安装mysql ,通过具体的内容向大家展现,希望对大家学习MySQL数据库有所帮助。 在mac上安装软件,无疑安装一个brew是个很好的选择,关于brew是什么,怎么安装建议去brew官网查看, 附上地址:brew官网  还有一篇博文 http://www.cnblogs.com/xd502djj/p/6923690.html 安装完成之后,

  • 执行命令 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 如果出现press return to continue or any other key to abort 回车输入密码,执行安装

  • cmd:~dongjunjie$ brew search mysql automysqlbackup mysql++ mysql-connector-c mysql-sandbox mysql-utilities mysql@5.6mysql mysql-cluster mysql-connector-c++ mysql-search-replace mysql@5.5mysqltuner cas

  • aws v2.2.exe by Evrim Persembe 通过埃夫里姆·佩塞姆贝 如何在AWS Elastic Beanstalk上部署Rails 5.2 PostgreSQL应用 (How to deploy a Rails 5.2 PostgreSQL app on AWS Elastic Beanstalk) It’s official, using Heroku for all my

  • Error: Permission denied @ dir_s_mkdir - /usr/local/Caskroom/v2rayu with homebrew 环境介绍: Mojave 10.14.6 错误描述 Updating Homebrew... ^C==> Satisfying dependencies ==> Downloading https://github.com/yanue/

  • 更新 Homebrew 要获取最新的包的列表,首先得更新 Homebrew 自己。这可以用 brew update 办到。 brew update 完后会显示可以更新的包列表,其中打钩的是已经安装的包。输出类似下面这样: Updated Homebrew from fe93aa3 to 6ae64c3. Updated 1 tap (homebrew/versions). ==> Updated

  • Homebrew brew update 完后会显示可以更新的包列表,其中打钩的是已经安装的包。输出类似下面这样: Updated Homebrew from fe93aa3 to 6ae64c3. Updated 1 tap (homebrew/versions). ==> Updated Formulae awscli      cmake ✔     homebrew/versions/li

 相关资料
  • 包管理工具可以让你安装和更新程序变得更方便,目前在 OS X 系统中最受欢迎的包管理工具是 Homebrew. 安装 在安装 Homebrew 之前,需要将 Xcode Command Line Tools 安装完成,这样你就可以使用基于 Xcode Command Line Tools 编译的 Homebrew。 在 terminal 中复制以下命令(不包括 $),跟随指引,将完成 Hombre

  • Homebrew 是一个包管理器,用来在 macOS 安装 Linux 工具包。 安装过程很简单: ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" HomeBrew是ruby脚本,但是mac下不需要安装ruby解释环境,系统自带了。 安装好后,可以: brew –v 通过检查homebrew版本

  • 你已经感受到了使用 Homebrew 安装命令行程序的便利。那么接下来,我们将通过 Homebrew Cask 优雅、简单、快速的安装和管理 OS X 图形界面程序,比如 Google Chrome 和 Dropbox。 安装 安装 Homebrew-cask 是如此的简单直接,运行以下命令即可完成: $ brew install caskroom/cask/brew-cask $ brew ca

  • 安装一个包,可以简单的运行: $ brew install <package_name> 更新 Homebrew 在服务器端上的包目录: $ brew update 查看你的包是否需要更新: $ brew outdated 更新包: $ brew upgrade <package_name> Homebrew 将会把老版本的包缓存下来,以便当你想回滚至旧版本时使用。但这是比较少使用的情况,当你想清

  • homebrew-neomutt Homebrew formula for NeoMutt. Usage To install the latest release: $ brew install neomutt/homebrew-neomutt/neomutt To upgrade a previously-installed version: $ brew update$ brew upgra

  • Homebrew + Alfred Manage Alfred with Homebrew. Workflows require the paid Powerpack upgrade. Install brew tap danielbayley/alfredbrew alfred install #workflow #theme or with brew bundle using a Brewfi