App download and make world run able

  • to make binaries executable across the system, put a symbolic link to the file in one of you PATH locations ln -s /path/to/file /usr/share/bin/file

  • then make them executable with chmod +x <filename>