在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Linuxbrew/brew开源软件地址(OpenSource Url):https://github.com/Linuxbrew/brew开源编程语言(OpenSource Language):Ruby 93.1%开源软件介绍(OpenSource Introduction):Linuxbrew has been merged into HomebrewLinuxbrew/brew has been merged into Homebrew/brew! Existing installations of Linuxbrew will be automatically migrated to Homebrew. Linuxbrew/brew will no longer be updated. See the Homebrew documentation of Linuxbrew and the Homebrew 2.0.0 blog post.
LinuxbrewThe Homebrew package manager may be used on Linux and Windows 10, using Windows Subsystem for Linux (WSL). Homebrew is referred to as Linuxbrew when running on Linux or Windows. It can be installed in your home directory, in which case it does not use sudo. Linuxbrew does not use any libraries provided by your host system, except glibc and gcc if they are new enough. Linuxbrew can install its own current versions of glibc and gcc for older distribution of Linux. Features, dependencies and installation instructions are described below. Terminology (e.g. the difference between a Cellar, Tap, Cask and so forth) is explained in the documentation. Features
InstallPaste at a terminal prompt: sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" The installation script installs Linuxbrew to Follow the Next steps instructions to add Linuxbrew to your test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv)
test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
test -r ~/.bash_profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bash_profile
echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.profile You're done! Try installing a package: brew install hello If you're using an older distribution of Linux, installing your first package will also install a recent version of Dependencies
Paste at a terminal prompt: Debian or Ubuntusudo apt-get install build-essential curl file git Fedora, CentOS, or Red Hatsudo yum groupinstall 'Development Tools' && sudo yum install curl file git Raspberry PiLinuxbrew can run on Raspberry Pi (32-bit ARM), but no binary packages (bottles) are available. Support for Raspberry Pi is on a best-effort basis. Pull requests are welcome to improve the experience on Raspberry Pi. 32-bit x86Linuxbrew does not currently support 32-bit x86 platforms. It would be possible for Linuxbrew to work on 32-bit x86 platforms with some effort. An interested and dedicated person could maintain a fork of Homebrew to develop support for 32-bit x86. Alternative InstallationExtract or git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew
mkdir ~/.linuxbrew/bin
ln -s ../Homebrew/bin/brew ~/.linuxbrew/bin
eval $(~/.linuxbrew/bin/brew shellenv) What Packages Are Available?
More Documentation
TroubleshootingFirst, please run Second, read the Troubleshooting Checklist. If you don't read these it will take us far longer to help you with your problem. ContributingWe'd love you to contribute to Linuxbrew. First, please read our Contribution Guide and Code of Conduct. Please see our guidelines on whether to send pull requests to Linuxbrew or Homebrew. We explicitly welcome contributions from people who have never contributed to open-source before: we were all beginners once! We can help build on a partially working pull request with the aim of getting it merged. We are also actively seeking to diversify our contributors and especially welcome contributions from women from all backgrounds and people of colour. A good starting point for contributing is running Alternatively, for something more substantial, check out one of the issues labeled Good luck! SecurityPlease report security issues to our HackerOne. Who Are You (Linuxbrew)?Linuxbrew's lead maintainer is Shaun Jackman. Linuxbrew/homebrew-core's lead maintainer is Michka Popoff. Linuxbrew's other current maintainers are Piotr Gaczkowski, Maxim Belkin, Jonathan Chang, and Alyssa Ross. Former Linuxbrew maintainers with significant contributions include Bob W. Hogg. Who Are You (Homebrew)?Homebrew's lead maintainer is Mike McQuaid. Homebrew's project leadership committee is Mike McQuaid, Misty De Meo and Markus Reiter. Homebrew/brew's other current maintainers are Claudia Pellegrino, Michka Popoff, Shaun Jackman, Chongyu Zhu, Vitor Galvao, Misty De Meo, Gautham Goli, Markus Reiter, Steven Peters, Jonathan Chang and William Woodruff. Homebrew/brew's Linux support (and Linuxbrew) maintainers are Michka Popoff and Shaun Jackman. Homebrew/homebrew-core's other current maintainers are Claudia Pellegrino, Igor Kapkov, Michka Popoff, Shaun Jackman, Chongyu Zhu, Izaak Beekman, Sean Molenaar, Jan Viljanen, Jason Tedor, Viktor Szakats, FX Coudert, Thierry Moisan, Steven Peters, Misty De Meo and Tom Schoonjans. Former maintainers with significant contributions include JCount, commitay, Dominyk Tiller, Tim Smith, Baptiste Fontaine, Xu Cheng, Martin Afanasjew, Brett Koonce, Charlie Sharpsteen, Jack Nagel, Adam Vandenberg, Andrew Janke, Alex Dunn, neutric, Tomasz Pajor, Uladzislau Shablinski, Alyssa Ross, ilovezfs and Homebrew's creator: Max Howell. Linuxbrew CommunityLicenseCode is under the BSD 2-clause "Simplified" License. Documentation is under the Creative Commons Attribution license. DonationsLinuxbrew is a non-profit project run entirely by unpaid volunteers. We need your funds to pay for continuous integration and the computer resources used to build precompiled binary bottles of your favourite formulae. Every donation will be spent on making Linuxbrew better for our users. Please consider donating regularly to Linuxbrew through Patreon. We appreciate your support and contribution, no matter the level. Linuxbrew is a fork of Homebrew, the macOS package manager, for Linux. Please consider donating to Homebrew as well if you use Homebrew on macOS. SponsorsOur binary packages (bottles) are built on CircleCI and hosted by Bintray. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论