LinuxQuestions.org
Visit Jeremy's Blog.
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 02-16-2009, 06:46 PM   #1
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Rep: Reputation: 15
is there anyway of running windows software on linpus linux lite???


ive heard that it is possible to run windows software on linux but i have no idea how to.

anybody got any ideas???

info about my laptops in the signature ^_^ but if any more is needed just ask (if it requires using the terminal please tell me how)
 
Old 02-16-2009, 06:57 PM   #2
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Depending on what you want to run, the results and techniques will vary. What is it that you want to run?
 
Old 02-16-2009, 07:18 PM   #3
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
im trying to run "Dolphin Unofficial SVN build 1546" (google to find it, the reasom will become clear)
 
Old 02-16-2009, 07:57 PM   #4
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
you can try with wine. it may work with varying degrees of success.
____________

um, there seems to be a linux version of it, so it would probably be better to use that:
http://www.dolphin-emu.com/forum/vie...?thread_id=238

are you sure you want to run the windows version ?

Last edited by schneidz; 02-16-2009 at 08:05 PM.
 
Old 02-16-2009, 08:07 PM   #5
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
im on the site now but theres a selection of OS's

ubuntu
debian
redhat/centOS/fedora
suse
mandriva
slackwave
freeBSD
pc-BSD

do you know whick one i should pick
 
Old 02-16-2009, 08:29 PM   #6
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
YouTube - Dolphin (Gamecube Emulator) on Linux with Wine there's also this Gamecube Emulator for Windows and Linux and Mac.

Try checking in the package manager on your Acer One and see if wine is in there for installation.

Last edited by {BBI}Nexus{BBI}; 02-16-2009 at 08:30 PM.
 
Old 02-16-2009, 08:49 PM   #7
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
im having trouble extracting the files from the compressed folder "gcube-0.3.tar.bz2" using terminal, i cant remember the command. do you know the command i have to put in?
 
Old 02-16-2009, 08:51 PM   #8
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Quote:
Originally Posted by xpk3 View Post
im having trouble extracting the files from the compressed folder "gcube-0.3.tar.bz2" using terminal, i cant remember the command. do you know the command i have to put in?
tar -jxvf filename.tar.bz2
 
Old 02-16-2009, 08:52 PM   #9
Ragnarok Warrior
Member
 
Registered: Nov 2005
Location: Bangor, ME
Distribution: Debian,Ubuntu,DSL
Posts: 87

Rep: Reputation: 18
navigate your terminal to the folder where gcube-0.3.tar.bz2 is, then run this:

#tar -xvf gcube-0.3.tar.bz2

this will create a folder with the extracted archive (on your desktop i'm assuming)
 
Old 02-16-2009, 09:03 PM   #10
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
dont that but the read me file says to copy "gcube.exe" into "/usr/local/bin" in order to install it, but i cant copy it even using the root accout
Code:
[user@localhost ~]$ s*do th*nar
(* is in there so nobody decides to try it and accidently screws their pc up, no offence)

any suggestions?
 
Old 02-16-2009, 09:08 PM   #11
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Go to this thread: http://www.linuxquestions.org/questi...t-this-704287/ then go to post #2.
 
Old 02-16-2009, 09:26 PM   #12
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
ok now its let me copy the damn thing into the bin folder

oh it also says "To compile just type 'make' or 'make release' (optimized)"

but i have no idea where to type this. do you?
 
Old 02-16-2009, 09:31 PM   #13
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
in more detail

Building gcube:
---------------
* Before compiling check Makefile for options.
* To compile just type 'make' or 'make release' (optimized)
(on windows use cygwin and type make -f Makefile.win, and on mac use
make -f Makefile.mac).
 
Old 02-16-2009, 09:41 PM   #14
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
I've checked all the files contained within the bz2 archive. There's no makefile, probably an oversight on the part of the developers. There's no way you can compile this without that file i'm afraid.

Looks like you'll have to go back to plan A. If you followed the instructions from that thread I pointed you to, you should now be able to type:
Code:
sudo apt-get update
This will download an up to date list of available packages. Now do:
Code:
sudo apt-get install wine
This will install the wine app for you. Download the winblows version of Dolphin and click on the .exe (if there is one) to start the install process.

Last edited by {BBI}Nexus{BBI}; 02-16-2009 at 09:47 PM.
 
Old 02-16-2009, 09:56 PM   #15
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
ok. when i go to run it
Code:
[root@localhost bin]# ./gcube
i get this
Code:
[root@localhost bin]# ./gcube
Usage: gcube [OPTIONS] file
Try 'gcube --help' for more information.
i dont know what this means
 
  


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
E220 hsdpa usb modem cannot install on acer aspire one running on linpus linux lite bellburp Linux - Newbie 26 01-23-2009 02:34 PM
Getting my Wacom Bamboo to work on my Acer Aspire One running Linpus Linux Lite rignahkohe Linux - Newbie 3 01-23-2009 06:31 AM
Wi-Fi connection problems with Acer Aspire One running Linpus Lite Linux fitzy1950 Linux - Newbie 5 01-05-2009 09:43 PM
Software and drivers for Linpus Linux lite v.1.0.9 paulmic Linux - Newbie 12 12-30-2008 06:59 AM
Running Linpus Lite but Package Manager Apt-Get = ? chesquita Linux - Software 1 09-27-2008 08:53 PM

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

All times are GMT -5. The time now is 01:32 AM.

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