Linux Package Installer

Linux Package Installer is a simple tool to install packages on your Linux system.

This works like HomeBrew, But the Problem was Brew took a lot of time to download just the Brew Not only that It also take a lot of time even to download other Package So I made a simple tool to install packages on your system

To Install this is using Curl

sh -c "$(curl -fsSl https://raw.githubusercontent.com/Adityaadpandey/Linux-Package-Installer/master/install.sh)"

To Run this direclty from the terminal (For Linux Mint, Ubuntu & All Fedora based distros)

python3 -c "$(curl -fsSl https://raw.githubusercontent.com/Adityaadpandey/Linux-Package-Installer/master/Apt/Simple.py)"