can u please tell me what to do to downloads windows games on puppy linux thank you
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.
If you mean legal downloads, you can just use firefox like you'd do in windows. If you know the urls you can also use wget in command line to download anything.
If you meant illegal downloads then no one is going to help you here. Sorry if that's not your intention, I can't be sure by the tone of your post.
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233
Rep:
depends on what you mean by 'download'
if you are talking about illegal downloading then yes there are ways but.. dont ask here
if you mean how do i run windows games on linux try wine, wine allows a large amount of windows software to run on linux, albeit it is not a perfect sollution and nowhere near 100% compatiblle with all windows based software it is a big help
If you just want to download a legal copy of games then you can use 'ftp', 'wget' or even a 'bittorrent' client. You should either 'man' the command or do a search on LQ or google.
stephenf, please note the reply by frieza, above, refering to wine.
The point is that Linux is not Windows, so software written for Windows will not work on a Linux system.
What follows reflects my personal understanding of why this is true:
What wine is, is a program that runs on Linux systems that can read a Windows .exe file and "pretend" to be a "real" Windows operating system with a few of the API (Application Programming Interface) calls working. Unfortunately, Microsoft, in order to "protect its investment," has a large number of API program calls which have no public documentation. If a program uses one of those API calls, then the "pretend" system will not "know" what to do.
Since those API calls are generally more efficient, commercial game programmers are usually willing to pay Microsoft for copies of the "confidential" API documentation so their games will be faster and more responsive then those written using the publicly available calling sequences. But, if they use those calls, their games will only work on Windows, and only so long as Microsoft does not change the "confidential, undocumented" calling sequence. (Microsoft often changes those sequences when a new version of Windows is released, and users of games written for the older version need to purchase "upgrades" so they'll work "better" on the newer OS.)
This practice by Microsoft is one of the principle reasons that Microsoft has been convicted of illegal restraint of trade in both the US and European Union, and why the EU is preparing to fine Microsoft several million dollars a day for failure to make that documentation available to the general public.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.