In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to install brew under Linux. It is very detailed and has a certain reference value. Friends who are interested must finish it!
Brew is a package management tool on MacOS that simplifies the installation of software on macOS and Linux operating systems.
The home page of installing Linuxbrew is http://linuxbrew.sh, and there is a ruby script installed.
Ruby-e "$(curl-fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)" I didn't run successfully with this. It's just a ruby script. I might as well clone it myself.
Git clone https://github.com/Linuxbrew/brew.git ~ / .linuxbrew also has to clone homebrew-core, which contains some core software installation formula, such as gcc.
Git clone https://github.com/Linuxbrew/homebrew-core ~ / .linuxbrew / Library/Taps/homebrew configure the bash_profile file
Export PATH= "$HOME/.linuxbrew/bin:$PATH" export MANPATH= "$HOME/.linuxbrew/share/man:$MANPATH" export INFOPATH= "$HOME/.linuxbrew/share/info:$INFOPATH" and then source is ready to use.
Install a jdk brew install jdk of oracle with software
Downloading from http://download.oracle.com/otn-pub/java/jdk/8u112-b15/jdk-8u112-linux-x64.tar.gz?AuthParam=1477706348_b0b597b7531f263567737994182c7cd5 download.oracle.com:80... OK#### 100.0% http://www.oracle.com/technetwork/java/javase/terms/license/index. = > CaveatsBy installing and using JDK you agree to theOracle Binary Code License Agreement for the Java SE Platform Products and JavaFX http://www.oracle.com/technetwork/java/javase/terms/license/index. Html== > Summary / home/jash/.linuxbrew/Cellar/jdk/1.8.0-112: 1628 files 353.7m, built in 9 minutes 55 seconds, I also found a warehouse with a lot of development tools. Such as smartgit, idea and other software https://github.com/athrunsun/homebrew-linuxbinary
Brew tap athrunsun/linuxbinary rubbed against his colleague's vpn and installed everything he wanted to install, .
Unfortunately, brew install smartgitbrew install intellij-idea-cebrew install lanternbrew install proxychains-ngbrew install skypebrew install telegrambrew install android-studiobrew install pycharm-cebrew install sublime-textbrew install telegrambrew install unetbootinbrew install shadowsocks-go-localbrew install smart-synchronize did not see leanote, atom, firefox and other software.
The above is all the contents of the article "how to install brew under Linux". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.