LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-02-2015, 07:48 AM   #1
putusernamehere
LQ Newbie
 
Registered: Aug 2015
Posts: 2

Rep: Reputation: Disabled
Question How do find and run programs in linux


I am once again forced into using linux due to the fact that my Windows OS crashed and burned. There is nothing intuitive about linux but anyways... I installed a program(smplayer) and it's installed. I had to google to find out how to find that program. I found it in software center. That didn't hel;p at all. What (censored) reated that? It showed the program but there is no way to run the program from that list. Would it be so hard to also include a way to run programs from that list? Please help.
 
Old 08-02-2015, 07:53 AM   #2
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Did you look in the menus?

Most (if not all) of the GUI based programs from the software center will be added to your menus.

I would expect it to show up in something identified as "Sound & Video", but the actual wording depends on the desktop environment you chose.

Last edited by jpollard; 08-02-2015 at 07:55 AM.
 
Old 08-02-2015, 08:04 AM   #3
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
If you're using Ubuntu then you likely won't have a menu you can easily access so, to open smplayer you would need to hit the button on the top right of the screen and type smplayer to search for it.
If you would rather have a "start menu" type setup then you might want to install LXDE or XFCE (or even KDE) and use that instead of Ubuntu's default of Unity.
 
Old 08-02-2015, 11:01 AM   #4
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,138

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Actually, there's nothing intuitive about Windows: you've just forgotten the days when you were learning it!

Seriously, I don't think Ubuntu's unity interface is likely to please someone used to Windows, or anything else other than a smart-phone. Mint with the Mate GUI would be more intuitive: at least you'd have a menu/start button.
 
Old 08-02-2015, 11:15 AM   #5
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by DavidMcCann View Post
Actually, there's nothing intuitive about Windows: you've just forgotten the days when you were learning it!
You are right, of course, however one thing that Windows used to be (until 8) and Linux DEs other than Gnome Shell and Unity tend to be is discoverable. By that I mean one can find almost anything program-wise by simply clicking and exploring. What Windows 8 and Unity do is hide everything meaning that nothing is discoverable making them far harder to come to terms with.
To my mind this is why the familiar "desktop paradigm" has lived so long -- anything can be found by somebody by exploring.
 
1 members found this post helpful.
Old 08-03-2015, 07:26 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
putusernamehere, what linux distro are you actually using?
there isn't much help to offer if we don't know that.

...kudos for daring to start a thread like this:
Quote:
I am once again forced into using linux...

Last edited by ondoho; 08-03-2015 at 07:27 AM.
 
Old 08-03-2015, 07:40 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
You can do this from the terminal, regardless of your desktop environment/window manager, as long as X is running and you have a GUI environment:

Code:
$ whereis konqueror
konqueror: /usr/local/bin/konqueror
$ /usr/local/bin/konqueror
I happen to be using FreeBSD tonight. In Linux, the path would have been /usr/bin/konqueror. If the target directory is in your PATH statement, "konqueror" would have been enough to launch the program; you would not have had to specify the path-to-konqueror.

For this usage, I prefer "whereis" to "locate," as whereis returns only executable files.

Last edited by frankbell; 08-03-2015 at 07:48 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Programs which wont run on linux ?? Mrbonesisone Linux - Games 7 02-18-2012 05:42 PM
New to Linux can I run some of my old windows programs lyoumans Linux - Newbie 17 11-04-2009 10:10 AM
I can't run newer programs on my Linux PC. randyriver10 Linux - General 2 09-28-2004 01:19 PM
Linux programs run from cd hank@$3800 Linux - Software 4 03-17-2004 12:21 AM
where can i find list of programs that can run with wine? packman Linux - Software 2 10-20-2002 12:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration