• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Open Applications In Ubuntu Terminal

How To Open Applications In Ubuntu Terminal

By Sourabh / October 19, 2019 Category: How To, Ubuntu

How to open applications in Ubuntu Terminal? Launch application from terminal Linux; run a program in Linux command line. This tutorial explains how to open apps using terminal Ubuntu

Using Terminal To Open An Application

You can open an application by using the Linux terminal. First open the terminal (press CTRL, ALT and T) or open it from Ubuntu Dash.

Now type the program’s name into the terminal. If you are not sure for the commands name, follow the steps:

First Method

Open /usr/share/applications. The default applications will have a .desktop file stored in /usr/share/applications folder.

From here right click on the application whose command you want to find out. Right clicking on the application’s icon will show the Properties. Under command box you can see the command to run in the terminal.

Second Method

To quickly find the locations of the application (gedit in this example) executable, run which gedit and for a listing of filesystem locations, run whereis gedit:

sourcedigit@SD:~$ whereis gedit
gedit: /usr/bin/gedit /usr/share/gedit /usr/share/man/man1/gedit.1.gz
sourcedigit@SD:~$ which gedit
sourcedigit@SD:~$ /usr/bin/gedit

Now run the command /usr/bin/gedit in terminal to open the app from terminal.

 

Tags: How Do I Run A Program From Terminal?, How To Open Applications In Ubuntu Terminal, How To Open Apps Using Terminal Ubuntu, How To Open Installed Software In Ubuntu, How To Run A Program In Linux Command Line, Launch Application From Terminal Kali Linux, Launch Application From Terminal Linux, Open an Application via Linux Terminal, Open an Application via Terminal, Open An Application Via Terminal Linux, Open an Application via Terminal Ubuntu, Open an Application via Ubuntu Terminal, Open Application From Terminal Linux, Opening an Application via Linux Terminal, Opening an Application via Terminal, Opening An Application Via Terminal Linux, Opening an Application via Terminal Ubuntu, Opening an Application via Ubuntu Terminal

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap