- First execute wget command (copy and past)
wget https://raw.githubusercontent.com/THARUN13055/quick_install_linux/main/pacman.py
- And then what are file you need list it
python3 pacman.py list
- And then selected the listed file and give the name in code (ex: docker)
python3 pacman.py install docker
- Python
- bash
- I use python code for this project
- the code use gitAPI for this project
- It will get request from the user which need to install
python3 pacman.py install <listed>
- And It will automatically install the seleted file
- We will not need to copy and past the code
- It will save the Time Consume for searching the proper Installation command
- If the software need any Dependency That also It will intall
- Highly Checked