How to Run Homebrew on Debian 11 Bullseye Linux – Guide
Debian is a Linux distribution made up of free and open source software, developed by the Debian Project with community support. It is a highly stable and scalable distribution known for its technical excellence and extremely large user base. Debian is popular among tech-savvy individuals and businesses for its reliability, security, and compatibility with a wide range of hardware. ..
Debian 11 “Bullseye” was released on August 14, 2021 and will be supported for the next 5 years. This release includes over 11294 new packages out of a total of 59551 packages in their repositories. We performed an operating system comparison on our own server using a basic system installation with standard system utilities and no desktop environment. Debian 11 is more efficient in terms of memory and storage consumption. ..
Debian 11 consumes 28% less memory and 17% less storage than Debian 10. And when compared to Ubuntu 20.04, Debian 11 consumes 63% less memory and 45% less storage. If you want to check if Debian 11 is right for you and if it supports your hardware, you can run a live install image that doesn’t modify disk storage and just loads the operating system into memory.
If you find that some of your hardware is not supported by the Debian 11 installer, you can choose to use non-free installer images that include firmware for AMD and Nvidia graphics cards, Intel audio hardware, and other proprietary drivers. Finally, you can deploy a server from your chosen cloud infrastructure provider with Debian 11 already installed and not worry about OS installation or hardware compatibility.
Install Homebrew on Debian 11 Bullseye
apt-get update apt-get install linux-headers-3.6.0-desktop linux-headers-3.6.0 aptitude install gcc gcc4 libstdc++6 libc++abi1 This will update your system and install the necessary software, including the Linux kernel headers and libraries, as well as GCC and libstdc++ 6.
Installing Homebrew on Debian 11.
$ sudo apt-get install -y homebrew To install Homebrew, you can use the following command: $ sudo apt-get install -y homebrew-cask ..
export PATH=$HOME/brew:/usr/local/bin:$PATH
The drink was installed successfully.
testing homebrew
install package “packageName”
Remove a beer pack from a refrigerator by using the remove or uninstall option.
ls -l /usr/share/brew/packs
-rw-r–r– 1 root root 5,5K beerpacks
Final note
This guide is for Debian 11 Bullseye Linux users who want to run homebrew on their system. If you have any questions about this article, please ask us. Additionally, please share your love by sharing this article with your friends.