• How To?
  • Tips ‘n Tricks
  • WordPress
  • Snippets
  • Software
    • Browsers
    • Downloads
  • Web
  • Tools
    • Character Counter
    • chmod Calculator
    • Entities Encoder
    • Live HTML Editor
    • My IP
  • Contact
Twitter Facebook Google+ RSS
You are here: SumTips » Linux » Find Application's Command and Path in Ubuntu

Find Application's Command and Path in Ubuntu

Posted on March 1, 2011 by Renji | Short URL: http://sumtips.com/?p=3614

Generally when an application is installed in Ubuntu, it is added to the Applications menu.

However, there are some applications which may not be added to the menu, and you need to find where they are installed in order to run them or add them to the panel for quick access.

To find an application, you need to know its exact name, and that’s what we are going to do first.

Ubuntu has a command that generates a list of all installed applications. To use it, open a Terminal window, found in Accessories menu, and enter the following command:

$ dpkg --get-selections > my_software.txt
Ubuntu Software List Command

This will create a text file namedĀ my_software.txt in your Home folder.

Open it and scroll through the long list of applications to find the app you want.

Ubuntu Software List

Once you find the app, note its full name.

Now in the case of Chromium here, you can easily run the app or create a shortcut of it by justĀ entering the name.

Ubuntu Run Application dialog box

However, most applications won’t execute with only the name and will also require the complete path. To find the path, once again open a Terminal window and use the following command:

$ whereis chromium-browser

This will list the locations where chromium-browser is found. Since most applications are installed in the /usr/bin directory, you can copy that path from the search result and enter it in Run Application dialog box to execute your app.


Tweet

Related posts:

  • Create A Batch File That Opens Applications You Choose From A List
  • 6 Useful Applications and Indicators for Ubuntu
  • Move Installed Applications to Another Drive
  • Open Command Prompt And Task Manager When Installing Windows
  • Aero Transparency for the Command Prompt
Categories: Linux, Tips 'n Tricks | Tags: Linux, Tips 'n Tricks, Ubuntu
6 Useful Applications and Indicators for Ubuntu
Set Different Favicons for Frontend, Backend and Login Page on WordPress

  • Get Updates via Email

  • Recent Posts

    • CMS2CMS: Migrate Site from Drupal or Joomla to WordPress
    • WordPress: Add Preview Button in Distraction Free Writing
    • How to Activate or Deactivate Individual Jetpack Modules
    • Windows 8: Auto Update Defender with Windows Update Disabled
    • Automatically Start and Close Programs at Specific Time
    • How to Copy Code from Notepad++ with Syntax Highlighting
  • Random Posts

    • Where Are FireFox Bookmarks Stored
    • Nocs: A Notepad Alternative with Google Docs Synchronization
    • Merry Christmas and a Happy New Year!
    • Windows Desktop "Client for Google Translate"
    • Convert eBooks from PDF to ePub Online
    • Know Programs, Processes Preventing Safe Removal of USB Device
  • Categories

    • Blogging
    • Games
    • Google
    • How To?
    • Linux
    • Microsoft
      • Windows
    • Miscellaneous
    • Phone
    • Snippets
      • AutoHotkey Snippets
      • CSS Snippets
      • htaccess Snippets
      • JavaScript Snippets
      • PowerShell Snippets
      • WordPress Snippets
    • Social
    • Software
      • Browsers
    • Tips 'n Tricks
    • Wallpapers
    • Web
© SumTips. Contact | Sitemap | Privacy Policy