zoukankan      html  css  js  c++  java
  • Mac上安装Homebrew和wget

    实际上是使用Homebrew来安装wget

    安装Homebrew

    Homebrew一般称为brew,是Mac OSX上的软件包管理工具,能在Mac中方便的安装软件或者卸载软件, 只需要一个命令, 非常方便。brew类似ubuntu系统下的apt-get的功能

    官网:http://brew.sh/ 

    安装方法:官网首页非常醒目的给出来了,在终端下运行:

    $ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    安装wget

    有了brew,事情就简单了,在终端下运行:

    $brew install wget

  • 相关阅读:
    Swift
    Swift
    Swift
    Swift
    Swift
    Swift
    Swift
    C++生产和使用的临时对象
    RecyclerView0基于使用
    Docker创建MySQL集装箱
  • 原文地址:https://www.cnblogs.com/bugchecker/p/install_Homebrew_and_wget_on_mac_osx.html
Copyright © 2011-2022 走看看