What do you do next, after installing an Operating System ? Software installation ? Yes, if you are bored with the manual process of installing software packages, or you want to automate software installation, this video is for you.
Setps to create and run the Installation Script:
I have listed the applications I use the most. You can change it as per your requirement.
Copy below commands in a text file and save it as .sh file (bash script file).
---------------------------------------------------------------------------------------------------------------------------
sudo apt update
sudo apt install -y flatpak
sudo apt-get install -y virt-manager
sudo apt install -y syncting
sudo apt install -y flameshot
flatpak install flathub -y com.google.Chrome
flatpak install flathub -y com.anydesk.Anydesk
flatpak install flathub -y md.obsidian.Obsidian
flatpak install flathub -y com.brave.Browser
flatpak install flathub -y com.microsoft.Edge
flatpak install flathub -y com.github.IsmaelMartinez.teams_for_linux
flatpak install flathub -y org.remmina.Remmina
flatpak install flathub -y com.visualstudio.code
flatpak install flathub -y com.github.vkohaupt.vokoscreenNG
flatpak install flathub -y io.github.mimbrero.WhatsAppDesktop
flatpak install flathub -y org.shotcut.Shotcut
flatpak install flathub -y org.gnome.clocks
-------------------------------------------------------------------------------------------------------------------------
Once you are done with creating .sh file, run the following command to make it executable.
chmod +x /FilePath.sh
-------------------------------------------------------------------------------------------------------------------------
Finally, to run the script execute the following command
sudo ./FileName.sh
-------------------------------------------------------------------------------------------------------------------------
Thanks you...
Watch video Automate - Install Software using Bash Script in Linux online without registration, duration hours minute second in high quality. This video was added by user Linux Milestone 30 October 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5,204 once and liked it 42 people.