PHOTO-2022-08-06-13-39-03

How to install Brew on Ubuntu 20.04 LTS Linux – Linux Shout

Homebrew is one of the popular package managers for Mac OS X but can be installed on Linux as well to download and install various packages. Homebrew Cask extends Homebrew with support for quick installation of applications like Google Chrome, VLC, and more.
On Linux, it is known as Linuxbrew. On Ubuntu Linux, we already have an APT package manager with a wide range of applications and other packages to install, then what is the need for Linuxbrew?
What is the difference between APT and Homebrew or Linuxbrew?
1. Both HomeBrew and APT’s main goal is the same that is the installation of various packages using the command line. However, on one hand, APT is the native and well-integrated manager of Debian-based systems including Ubuntu, HomerBrew is a third-party package manager that the user can install manually.
2. Difference in the command syntax, if a user is already familiar with the brew command line on macOS and new to Ubuntu then he or she can use it to install programs without learning new command hooks. However, if you are a user of Ubuntu or Debian, then for sure you don’t need to install it.
3. Homebrew maintains a separate user-owned directory, thus no need to run it with sudo to install applications.
4. Where apt-get is generally designed to overwrite previous versions; in the brew, it compiles packages and saves them according to its version in subdirectories. This means we can have multiple versions of a package on the same machine at the same time, however, only one of them will get symlinked into your main Homebrew hierarchy.
5. APT cleanup or uninstall older packages automatically with the update, whereas, in Homebrew, a user needs to run the brew cleanup command.
Contents
Run terminal and then first, issue an update command-
 
For setting up LinuxBrew on Ubuntu 20.04 or 18.04, we need to install GIT on our system, here is the command for that…
 
The official website of Brew offers a pre-build script to install download and install Homebrew using the command line on any available Linux such as CentOS, RHEL, OpenSUSE, Linux Mint, Kali, MX Linux, POP!OS and others.
Here is the command, just run it-
 
To run the brew command after installation, we need to add it to our system path…
Home Brew installation on Ubuntu 20.04
To ensure everything is working correctly to use brew, we can run its command-
It may give the warning to install GCC and to remove that simply install it using brew-
 
If you want to remove Homebrew, then here is the brew uninstallation script, also available on GitHub.
Brew uninstall Ubuntu script
 
Other Articles:
 
 
Heyan Maurya Ubuntu
19846 Views
Heyan Maurya Linux

Heyan Maurya Debian, Ubuntu

Heyan Maurya Ubuntu
11755 Views

document.getElementById( “ak_js_1” ).setAttribute( “value”, ( new Date() ).getTime() );
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Linux Shout crafted as a part of our main portal H2S Media to publish Linux related tutorials and open source Software.

source

Leave a Reply

Your email address will not be published. Required fields are marked *