https://github.com/thatbackendguy/batch-install
This script will allow users to install multiple apps on single run. It will be helpful to students or users who are setting up linux system for the very first time.
https://github.com/thatbackendguy/batch-install
batch-script linux shellscript ubuntu
Last synced: about 1 month ago
JSON representation
This script will allow users to install multiple apps on single run. It will be helpful to students or users who are setting up linux system for the very first time.
- Host: GitHub
- URL: https://github.com/thatbackendguy/batch-install
- Owner: thatbackendguy
- License: mit
- Created: 2022-11-24T14:54:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-05T20:09:48.000Z (3 months ago)
- Last Synced: 2026-03-05T23:25:19.579Z (3 months ago)
- Topics: batch-script, linux, shellscript, ubuntu
- Language: Shell
- Homepage: https://www.thatbackendguy.com/Tutorials/batch-install-linux
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Batch Install Script
This script will allow users to install multiple apps on single run.
It will be helpful to students or users who are setting up linux system for the very first time.
Don't forget to check out some of the comments in the scripts.😉
If you like you can also contribute to it 😊
## Installed Programs
The script installs the following programs:
1. **Web Browsers**: Google Chrome, Brave
2. **Development Tools**: build-essentials, VSCode, GIT, GitHub-CLI, GitHub Desktop (unofficial), Miniconda3
3. **Communication Tools**: Discord, Anydesk
4. **Media & Utilities**: VLC, FileZilla, VirtualBox
5. **Network Tools**: net-tools, Wireshark, SSH, Telnet, Monitoring-Tools
6. **Programming Languages**: Python3, Node.js, Java17
## Contributed by [thatbackendguy](https://www.github.com/thatbackendguy)