Skip to content

jitulkr/eazyyinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EazyyInstall

A shell script to automate software installation in Ubuntu Linux environment

EazyyInstall Demo


Important!!

To ensure error free installation, Please follow Each step below.

  1. First, Open the terminal: EazyyInstall Demo

  2. Next, we need to check if we already have git installed. Type the following command in terminal and hit enter to do that:

sudo apt-cache policy git

If git is already installed, terminal should give an output something like this:

git:
  Installed: 1:2.17.1-1ubuntu0.8
  Candidate: 1:2.17.1-1ubuntu0.8
  Version table:
 *** 1:2.17.1-1ubuntu0.8 500
        500 http://in.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
        100 /var/lib/dpkg/status
     1:2.17.0-1ubuntu1 500
        500 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  1. If git is not installed, we need to install git. To do so, type the following command in the terminal and hit enter :
sudo apt-get install git -y
  1. If the system you are using is new (or you are using it after a while) Please update the list of available packages and their versions by typing the following command in terminal and hit enter :
sudo apt update -y
  1. Now Install newer versions of the packages that are already installed by typing the following command in terminal and hit enter :
sudo apt upgrade -y
  1. Now after the system finishes Upgrade Process, resatrt. EazyyInstall Demo

  2. Next, download and extract this script as shown below. EazyyInstall Demo The EazyyInstall script is now downloaded to the Downloads folder/directory. Close the terminal. OR Type the command below inside terminal to do that automatically.

git clone https://github.com/jitulkr/eazyyinstall.git

EazyyInstall Demo If you used the git clone method to download, the EazyyInstall script will be downloaded to the Home folder/directory.

  1. Go inside the eazyyinstall directory and open a new terminal here. EazyyInstall Demo
  2. Type the following command in terminal to add Execution permission:
sudo chmod +x eazyyinstall.sh
  1. Enter your Ubuntu user password when requested.
  2. To Run the EazyyInstall script, type the following command in terminal:
sudo ./eazyyinstall.sh
  1. Now select the appropriate options as per your requirements.

That's All.

Enjoy Automated Software Installation.

Want to reach us out ?

Contact Us

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages