Packages
A script (packages.sh) to automate the installation of essential development tools: Python3, Node.js, Rust, Docker, and Docker Compose.
Install / Use
/learn @CryptoBureau01/PackagesREADME
Installation Notes for Essential Development Tools
This document outlines the installation procedures for essential development tools using automated scripts. You can run these scripts to install specific tools or all of them at once.
ALl Packages
A script (packages.sh) to automate the installation of essential development tools: Python3, Node.js, Go, Rust, Docker, and Docker Compose.
cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/packages.sh && chmod +x packages.sh && ./packages.sh
Individual Package Installations
sudo apt update source list Packages :
cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/apt.sh && chmod +x apt.sh && ./apt.sh
Python3.10 (Version 3.10.0) Packages :
cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/python3.10.sh && chmod +x python3.10.sh && ./python3.10.sh
Python3.11 (Version 3.11.0) Packages :
cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/python3.11.sh && chmod +x python3.11.sh && ./python3.11.sh
Python3.12 (Version 3.12.0) Packages :
cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/python3.12.sh && chmod +x python3.12.sh && ./python3.12.sh
Python3 (Version 3.13.0) Packages :
cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/python3.13.sh && chmod +x python3.13.sh && ./python3.13.sh
Node.js (Version 20 ) Packages :
cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/node.sh && chmod +x node.sh && ./node.sh
Go (Version 1.23.2) Packages :
cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/go.sh && chmod +x go.sh && ./go.sh
Rust install Packages :
cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/rust.sh && chmod +x rust.sh && ./rust.sh
Docker install Packages :
cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/docker.sh && chmod +x docker.sh && ./docker.sh
Docker-Compose install Packages :
cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/packages/main/docker-compose.sh && chmod +x docker-compose.sh && ./docker-compose.sh
Join Disussion : Crypto Buro Telegram
These scripts automate the installation process for each tool, making it easier to set up a development environment.
