▪️Required Packages
Prerequisites
First step - Update OS and Install Essential Dependencies
# Update Linux
sudo apt update
sudo apt -y upgrade# Update Linux
sudo yum makecache
sudo yum -y update# Install essential dependencies
sudo apt -y install make pkg-config build-essential libssl-dev gcc git jq chrony wget curl unzip glibc-source
sudo apt install snapd# Install essential dependencies
sudo yum -y install make pkgconfig openssl-devel gcc git gcc-c++ jq chrony wget curl unzip epel-release glibc
sudo yum -y install snapd
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
#Log out and back in again or restart your system to ensure snap’s paths are updated correctly.Golang
Introduction
Golang Install
Install Procedure
Verify Install
Rust
Introduction
Rust Install
Verify Install
Last updated
Was this helpful?