Installing an application in Terminal when the github script doesn't work

Installing an application in Terminal when the github script doesn't work

By Ph03nix | Linux for Newbies | 19 Aug 2025


A common grievance for newbies in linux is when you download a tool from github and the darn thing won't install, but the app runs.

I am here to make your life easier.

go to home

cd 

then make a folder named tools

mkdir tools

put the folder from github in there

We then use the alias command to create a command for the user without need of editing the bashrc file. This makes it easier for newbies to not break things. I was once a newbie and broke things too.

alias toolName="pathToTool/toolFile"

The quotes for the string in the terminal command can be single or double quotes as long as they are the same on both sides.

Now you did what the script was supposed to.

You can now use the tool with just:

toolName

For those new to linux, yes, installing in linux is that much easier than windows installations most of the time.

You don't need root to do this so it's more secure than windows by a lot too.

 

 

 

How do you rate this article?

6


Ph03nix
Ph03nix

I am and ethical hacker with years of experience, and many certifications.


Linux for Newbies
Linux for Newbies

This blog will be dedicated to the introduction of Linux in a manner that is easy to understand for even those who are not tech savvy.

Publish0x

Send a $0.01 microtip in crypto to the author, and earn yourself as you read!

20% to author / 80% to me.
We pay the tips from our rewards pool.