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 am positive this has been covered but I am about as new as they get and cannot seem to find this topic in any thread. I have installed FC3 and now downloaded Wine and Opera RPM's and right clicked and intalled them using "Install Packages" all went well.. I think?
Now I cannot find the progams to use I have searched high and low the are not in the applications menu (the start menu in WinBlows) I have thought I did not install them and re tried to install them but i get the package opera is already installed.... WHERE IS IT?
Now i have great fear in being able to run wine as I cannot even find it....
If that doesn't find it, you might need to run updatedb (I have to do it as root) for it to return the current file locations.
That should get you started.
more on my suggestion vs locate (though this might be greek to you now, here's the scoop):
which searches through your $PATH to find things, whereis looks through "standard linux places" to find things, and locate looks prettymuch everywhere: "locate searches a database for all pathnames which match the specified pattern. The database is recomputed periodically, and contains the path-names of all files which are publicly accessible."
so, while which/whereis would return only something like: /usr/bin/wine, locate would return that, as well as every file under /etc/wine/ (that is if wine has a directory under /etc -- more than just onf conf file... like i said, i never tough the stuff, myself) ...but you get the point, i hope...
-in the future, you might try using the command line:
cd to the directory where the rpm file is,
type "rpm -ivv {your_file}.rpm"
this tells the rpm program i for install and vv for "very verbose".
if it scrolls by too fast, just type "> install_log" after the rpm command to make it save everything.
You'll see the names of files and directories involved in the installation scroll by, and also if there were any problems. Ironic how every other Linux program has to be gagged and filtered to get it to only put out this much data, but the package installer, the one program that you *want* to be talkitive, has to be put in "very verbose" mode just to get it to confess any information at all!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.