Software-Installer is a Bash script designed to automate the installation of various software packages on a Linux system. It allows you to select and install multiple packages in one go, simplifying the setup process.
Installing software on a Linux system can sometimes be a tedious process, especially when multiple packages are needed. This script automates the installation of commonly used software, making it easier to get your system up and running with the tools you need.
-
Text Editors:
- Atom
- Pluma
- Gedit
- Emacs
- Vim
- Kwrite
- Visual Studio Code
- micro
- nano
- vim
-
Audio & Video:
- MPV
- Audacity
-
Electronics:
- Qucs
- KiCad
-
Terminals:
- Tilix
- Konsole
-
Other:
- GParted
- A Unix-like operating system (Linux).
dnf/apt/pacman/zypper
package manager (used for Fedora, CentOS, RHEL, OpenSuse, Arch, Debian, Ubuntu).curl
(for downloading packages).sudo
privileges for installing software.
Clone the repository:
-
git clone https://github.com/Timfedora/Automation-of-installing-Softwares.git
-
cd Automation-of-installing-Softwares
-
./Software-Installer.sh