LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 11-29-2016, 10:33 PM   #1
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Rep: Reputation: Disabled
Where do I find the Search button in Linux?


Where do I find the Search button in Linux? eg
like the one in windows 8.1 lower right hand corner click.
 
Old 11-30-2016, 01:54 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
I have never seen windows 8.1, so I do not know what are you looking for. Can you explain what do you want to look for? What kind of linux did you install at all?
 
Old 11-30-2016, 02:31 AM   #3
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Try:
Code:
$ locate filename
or install mlocate, run
Code:
$ updatedb
and the run
Code:
$ locate filename
. You can also search for partial file names, like .pdf to find all pdf files. There are some GUI search tools, but they're pretty slow compared to locate.
 
Old 11-30-2016, 03:51 AM   #4
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
You might try a web-search for: kde file search
(Also this might be helpful, for getting answers quicker)

Last edited by Jjanel; 11-30-2016 at 03:52 AM.
 
Old 11-30-2016, 09:41 AM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by linux-man View Post
Where do I find the Search button in Linux? eg
like the one in windows 8.1 lower right hand corner click.
still looking myself. Not really, but this is Linux got a go hard core command line command' O
google how to find stuff in Linux...
 
Old 11-30-2016, 10:26 AM   #6
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 829

Rep: Reputation: 229Reputation: 229Reputation: 229
Your distribution says kde. So on KDE, just click the menu launcher and then start typing. names of programs and files will show up in the menu. Similar to Windows.
 
1 members found this post helpful.
Old 11-30-2016, 08:32 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,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
I like to use whereis to find executable files (or to verify that they are installed on the system I am using). It does not return the voluminous output of locate. From the man page:

Quote:
whereis - locate the binary, source, and manual page files for a command
 
Old 12-01-2016, 11:44 AM   #8
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
If I'm looking for files, I use the GUI search tool in the menu: I've lasted for years without learning find or locate! If I'm looking for programs, I use the nice, categorised menu button. Like other people round here, I've never used Windows so I don't know what their search button does. A quick search came up with the button to launch the PA program on a Windows phone, but I don't think that was what you meant.
 
Old 12-03-2016, 08:50 PM   #9
WFV
Member
 
Registered: Apr 2012
Location: somehow, somewhere
Distribution: Arch
Posts: 197

Rep: Reputation: Disabled
There isn't a search button per se, there are lots of search tools available, terminal (command line) and gui. For gui, try installing Angrysearch, or Catfish, or just Google linux search utilities or as others have mentioned here.
 
Old 12-04-2016, 08:38 AM   #10
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
Linux is not Windows.
Oh, and Linux is not Windows.
You will find that Linux doesn't behave like Windows and one should not expect it to. The above posts give some ideas of how to do what you want to do using Linux. When trying to do something using Linux the best way to ask for or google a solution is "How to x on Linux" rather than simply expecting it to be a Windows clone, which it is not.
Apologies for repeating myself but it is important to think about these things in the right way.
 
1 members found this post helpful.
Old 12-04-2016, 12:56 PM   #11
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
you also could install VM then install windows in that then just use that instead .. just a thought...
 
1 members found this post helpful.
Old 12-05-2016, 02:16 PM   #12
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
Not sure if this is what you mean... have you tried the little "flag" button between the <CTRL> and <ALT> button at the bottom left of your keyboard. I can't think of another use for it.

Play Bonny!

 
Old 12-05-2016, 06:04 PM   #13
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
If you're using the Mate DE, install mate-search-tool if it isn't already installed, then add the launcher to a panel wherever it's convenient.
 
  


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
How can I search button in Thunar file manager? hack3rcon Linux - Desktop 3 09-04-2015 12:20 PM
LQ Advanced Search: a button/checkbox to fill own username into "search by user name" GrapefruiTgirl LQ Suggestions & Feedback 2 03-08-2010 08:06 PM
Logitech Mouse Search Button problems sadarax Linux - Software 0 01-22-2010 06:35 AM
Search tools (Affinity, Tracker Search Tool, etc.) not working - don't find any files Adamantus Linux - Newbie 1 03-29-2009 11:21 PM
Why not a Search button in the browser? 357mag Mandriva 3 03-08-2005 02:11 AM

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

All times are GMT -5. The time now is 05:31 PM.

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