How to Start Executable Program from Terminal?

I downloaded a program from the internet. I simply took the file from 'Downloads' and put it on my desktop. I can launch the program by double clicking on it. However I cannot figure out how to start this program from the terminal.

I tried the following without luck or any leads:

  1. ./ clipgrab-3.4.2.x86_64
  2. sh clipgrab-3.4.2.x86_64
  3. Typed 'alacarte' into the terminal, in an attempt to find the program of interest to locate name which would allow it to open.
  4. Launched program with terminal open to find any hints
  5. nautilus-autorun-software clipgrab-3.4.2.x86_64

The settings when I right click the program look like this:

I searched all over 'AskUbuntu' but didn't find the answer. I hope you can shed some light.

Thanks in advance.

Mike

3

1 Answer

You have a space between ./ and clipgrab-3.4.2.x86_64. It should run if you type ./clipgrab-3.4.2.x86_64 with no spaces.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Marcus Vance

Marcus Vance

Cybersecurity & Digital Privacy Researcher

Marcus Vance is a cybersecurity auditor and technology writer dedicated to educating the public about online safety, data privacy regulations, enterprise security, and emerging cyber threats.

Share this article
Twitter Facebook Pinterest