When we install a program using apt-get, after installed it's available in terminal, normally, when we just call "your name" independent of context directory we are.
On Windows, when we add a path to envoriment variables in variable PATH all programs or files in this path are available in terminal (prompt command) to be called.
In Ubuntu, how does it when we want to make a program callable but it is a standalone file installed without apt-get or aptitude?
bin
directory in your home folder such as/home/andre/bin
and put your programs in thebin
folder. Ubuntu would know how to find them. – user68186 Oct 08 '17 at 02:27