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.
How exactly do I go about installing files? I'm still a little confused about all this installing stuff. For example wine.....I downloaded wine, unpacked it, then typed, ./tools/wineinstall as the readme told me to do. It then installed (i think), but now I have no clue where it went to. Does it go to some file kind of like the Program Files in Windows? if so what's the name of this file? Please help!!
Also could I have just typed ./config, then make, then make install?
Most programs are installed to their own directory, and the executable file for the program is stored in /usr/bin. For wine, simply type "wine" at the command line, and that will run the program.
Use the ./tools/wineinstall utility. It's there for a reason.
Wine defaults to installing to /usr/local/. Wine installs all over that directory so pinpointing files is kinda tricky without find, locate, or whereis.
Test your install with notepad which should live in fake_windows/windows/. The fake_windows top directory should default to /home/you/c/. This also assume you did not use your existing windows installation to run wine from as the README strongly recommends.
Yes, you could have installed it by just typing ./configure, make, make install, but, the wine readme specifically tells you to use the ./tools/wineinstall utility for a reason. In the past, I tried installing wine by using the ./configure make make install method, and had problems... compile would fail, etc. But when I ran the ./tools/wineinstall script, it installed flawlessly and worked like a charm. But that's only for wine, most other programs don't have install scripts like that.
To know how to install a program, you should always view the "readme" or "install" txt files that will be in the source directory after you extract the source tar files. 95% of the time, all the information you need to know to install the program will be included in those txt files.
If all of this is too hard for you, you might want to consider getting something easier like mandrake suse or redhat, as they have package managers and precompiled binary packages that are much easier to install.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.