# LinuxbrewCN **Repository Path**: is_fire/LinuxbrewCN ## Basic Information - **Project Name**: LinuxbrewCN - **Description**: 🍺 Linuxbrew 国内一键安装脚本 - **Primary Language**: Shell - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2021-05-10 - **Last Updated**: 2021-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## LinuxbrewCN 当前已在以下系统上测试通过 1. ubuntu 2. ubuntu mate 3. Pop!_OS ## 安装 > bash -c "$(curl -fsSL https://gitee.com/RubyKids/LinuxbrewCN/raw/master/install.sh)" ## 常用命令 ```bash # 安装 brew install formula-name # 卸载 brew remove formula-name # 升级 brew upgrade formula-name # 清理下载的过时文件 brew cleanup # 更新Homebrew和所有的formulae brew update -v ``` ## 致谢 感谢项目[HomebrewCN](https://gitee.com/cunkai/HomebrewCN)的启发,感谢清华大学tuna镜像站提供的仓库.