Home Kali Linux / Tutorial

Using Homebrew on Kali Linux

Using Homebrewsource: brew.sh

Using Homebrew on Kali Linux.


For those of you who were previously MacOS users, of course you are familiar with the homebrew package manager.
Well, homebrew itself can be installed on the GNU / Linux operating system.
And this article I will discuss the Homebrew installation tutorial on Kali Linux.

First we install the required dependencies:


sudo apt-get update 
sudo apt-get install build-essential curl git file

Next we clone Homebrew from their GitHub repository


git clone https://github.com/Homebrew/brew ~ / .linuxbrew / Homebrew


mkdir ~ / .linuxbrew / bin


ln -s / home / tikus90t
/.linuxbrew/Homebrew/bin/brew ~ / .linuxbrew / bin


echo "eval $ (~ / .linuxbrew / bin / brew shellenv)" >> ~ / .profile 
source ~ / .profile

Customize yourself for the user's home directory that we use.

HomeBrew Intalling

Succesfully Installed

Now you have successfully installed homebrew or linuxbrew on Kali Linux.
So this tutorial, hopefully useful.
If you have anything to ask, please leave a comment.
And if this tutorial is useful, don't forget to share it with your friends so they know.

Baca juga :

to Top