setup-development-environment
This guide for setting up your development environment for Linux/Ubuntu users.
Installing and Updating the Linux App Manager
-
Open terminal and run the following command:
sudo apt-get update && sudo apt-get upgrade -y
sudo apt autoremove -y
sudo apt-get install build-essential -y
sudo apt install git curl -y
Homebrew Installation
The Missing Package Manager for macOS (or Linux)
-
Run the following commands:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
After completion, follow the instructions from the resulting output or run this commands:
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/$(whoami)/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
-
- Restart your system then complete the instructions.
-
to check brew Installation state use :
brew doctor
-
to install important packages
brew install wget