Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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?
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,521
Rep:
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.
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 826
Rep:
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.
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
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.
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.
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,672
Rep:
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.
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,634
Rep:
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.