how to install homebrew on windows 10? - ruby-on-rails

I am trying to install homebrew on windows and still searching many ways to do it.
As they said to me on the homepage, homebrew support windows 10, and I can install it.
But I can not find any way to install it on the internet.
Could you please give me some codes or some way to install homebrew to windows ?
Thank you very much.

This article seems to provide a decent guide to setting up the Linux subsystem in Windows 10.

Related

How to properly install Hack and HHVM on Windows 7

I am trying to install and configure Facebook programming language Hack and HHVM on Windows, probably Windows 7. I could not find any solution on it. I saw a Bitnami link which suggest HHVM Installers.
source
I have downloaded the installer files HHVM installer files
but it cannot run on Windows due .run extension filename. How can I achieve this using HACK and HHVM installations on Windows 7.
Hack and HHVM do not support Windows. There was some work in 2015, but it doesn't seem to have continued since then.
Recent versions of HHVM do not support PHP. The Bitnami link mentions running phpmyadmin, so it looks like it's targeting an old HHVM release.
Hack and HHVM do not support Windows but you can try Building and Installing HHVM on Cygwin or Installation: Building From Source although not recommended because they are monumental tasks.
You can also take a look at Building and Installing HHVM.
I personally gave up and installed the supported package in my Mac where I'm using Visual Studio Code with the HackLang plug-in for development.

Can you have Luarocks and Luadist installed at the same time?

I have been trying to install Luadist, but I was always getting errors. I think the reason might be because I have Luarocks installed already and that maybe I can't have Luadist installed at the same time.
I've tried everything else, but nothing helps. I think that this might be the cause, but I'm not sure. This is for Windows 10 and I've used luaforwindows to install Lua on my PC.
Is such a thing possible? Can you have both installed at the same time?

Sudo command not found OS X Yosemite

I am really new to using macintosh, Kinect and sensors and I am trying to install drivers of Kinect Xbox on my mac OS X Yosemite v. 10.10.5 and I found out that I should install OpenNI, SensorKinect and NITE. I am trying first to install some libraries, so as to move on with the installation, using the command: sudo port install libtool.
However, when I type it, what I take is this:
sudo: port: command not found.
I have also tried to check my PATH, but it didn't help.
I have searched everywhere I could to find out why this happens, but I didn't manage to find an answer. Could you please help me?
I solved it using sudo /opt/local/bin/port install wxWidgets-3.0

ROS: is it possible to install it for RedHat 7

Someone told me that the ros was a good stuff. But my system is RedHat 7. It seems that the ros is not suitable for my system?
Did anyone install it under the RedHat 7 successfully?
If you are willing to compile ROS from source, it should definitely be possible. Follow the instructions on: http://wiki.ros.org/indigo/Installation/Source and stay away from Ubuntu-isms replacing them with corresponding RedHat actions. There are subsections in the instructions that explain how to do things in Fedora.

Homebrew only installs packages without gui?

I'm a newbie from windows entering the linux world.I just bought a mac. Homebrew seems the best package manager for os x, so I have it installed.
Is homebrew only for installation of packages without gui? why not make it capable of installing softwares with gui?
Homebrew proper does not generally install GUI apps. However, there are plugins like homebrew-cask that will do what you want. The reason why GUI apps are left up to plugins is to keep the tool focused on its original goal, which is to download and compile source code, rather than to just install binaries. Homebrew is powerful, but it takes a little getting used to. Good luck!

Resources