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 07-31-2010, 09:41 AM   #1
inezgregorio
LQ Newbie
 
Registered: May 2010
Posts: 13

Rep: Reputation: 0
Question .exe files


I'm trying to install some software but i can't run them cause i don't have windows. i tried to install WINE, but my computer said no... how can i run .exe?
 
Old 07-31-2010, 09:47 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
the computer said no? As this isn't a drab BBC sketch show, but real life, you'll need to provide some useful information on that. Ultimately though, fix whatever problem you have, then use wine.
 
Old 07-31-2010, 10:43 AM   #3
CincinnatiKid
Member
 
Registered: Jul 2010
Posts: 454

Rep: Reputation: 47
Quote:
Originally Posted by inezgregorio View Post
I'm trying to install some software but i can't run them cause i don't have windows. i tried to install WINE, but my computer said no... how can i run .exe?
Are you on Ubuntu like your icon by your post suggests? If so, how did you try to install it? Try this if you haven't already:

Code:
sudo apt-get install wine
Also, .exe program are you trying to run? There may be a good Linux program that does the same thing.

Last edited by CincinnatiKid; 07-31-2010 at 10:44 AM. Reason: forgot something
 
Old 07-31-2010, 11:03 AM   #4
arochester
Member
 
Registered: May 2006
Distribution: Debian
Posts: 615

Rep: Reputation: 98
What .exe files are you trying to run?
 
0 members found this post helpful.
Old 07-31-2010, 11:39 AM   #5
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
Remember: LINUX IS NOT WINDOWS!!!! Windows programs generally DO NOT work with Linux unless you have Wine.

And even if you are trying to load a Windows executable using Linux, there may be alternatives to that specific program that run on Linux. If you are trying to install M$ Office, Adobe Photoshop, iTunes, Internet Explorer, Windows Movie Maker or Nero: All these apps have open source alternatives that work with Linux.

Here are some examples:

apt:/openoffice.org

apt:/gimp

apt:/rhythmbox

apt:/firefox

apt:/pitivi

apt:/brasero
 
Old 07-31-2010, 12:08 PM   #6
zirias
Member
 
Registered: Jun 2010
Posts: 361

Rep: Reputation: 59
Ok, there are basically 3 different kinds of .exe files, all of them are usable on linux to some extent:

- DOS executables: Use dosemu or dosbox for them
- win32 (native) binaries: Run them using wine
- .NET assemblies: They should work using mono
 
Old 07-31-2010, 12:42 PM   #7
inezgregorio
LQ Newbie
 
Registered: May 2010
Posts: 13

Original Poster
Rep: Reputation: 0
installing wine

Ok, i tried to install WINE, but, first the terminal said:

WARNING: The following packages cannot be authenticated!
libmpg123-0 libopenal1 wine1.2-gecko cabextract icoutils
ttf-mscorefonts-installer winbind

even though, i said yes and then this happened

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

and I don't know what's missing...
 
Old 07-31-2010, 12:45 PM   #8
zirias
Member
 
Registered: Jun 2010
Posts: 361

Rep: Reputation: 59
This looks like APT output ...

Try 'aptitude update', looks like your local package repository lists are outdated.
 
Old 07-31-2010, 12:48 PM   #9
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
I would first run a 'sudo apt-get -f install' (with no package arguments) before using the update argument. Then, you can install WINE.
 
Old 07-31-2010, 01:04 PM   #10
inezgregorio
LQ Newbie
 
Registered: May 2010
Posts: 13

Original Poster
Rep: Reputation: 0
"
ines@ines-laptop:~$ sudo apt-get -f install
[sudo] password for ines:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
wisotool winetricks ttf-symbol-replacement
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
ines@ines-laptop:~$ aptitude update
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Couldn't lock list directory..are you root?
"
 
Old 07-31-2010, 01:21 PM   #11
inezgregorio
LQ Newbie
 
Registered: May 2010
Posts: 13

Original Poster
Rep: Reputation: 0
and some more information,
sorry for not writing every information at once, but i only know what you need to know after asked:

I'm using Ubuntu 10.04 LTS - the Lucid Lynx - released in April 2010 and supported until April 2013.
I'm trying ti install a camera wich installation doesn't run without the .exe files

thanks
 
Old 07-31-2010, 01:24 PM   #12
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
what kind of camera? You'll probably find there are plenty of better ways to use it than with wine if you properly explain what it is.
 
Old 07-31-2010, 01:42 PM   #13
zirias
Member
 
Registered: Jun 2010
Posts: 361

Rep: Reputation: 59
Quote:
Originally Posted by Kenny_Strawn View Post
I would first run a 'sudo apt-get -f install' (with no package arguments) before using the update argument. Then, you can install WINE.
Doesn't make sense, you need up-to-date package-lists for ANY other action...

Quote:
Originally Posted by inezgregorio View Post
ines@ines-laptop:~$ aptitude update
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Couldn't lock list directory..are you root?
"
Any administrative task needs superuser permissions, so if you are not running as root, try "sudo aptitude update" -- this is the standard way to execute superuser commands in ubuntu.
 
Old 07-31-2010, 01:43 PM   #14
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Exactly. The .exe exists because windows does not know how to deal with the device. It is quite likely that a driver for linux is already installed on your system. Have you tried connecting the camera? Does anything happen if you do?
 
Old 07-31-2010, 02:42 PM   #15
inezgregorio
LQ Newbie
 
Registered: May 2010
Posts: 13

Original Poster
Rep: Reputation: 0
ines@ines-laptop:~$ sudo aptitude update
(...)
Err http://pt.archive.ubuntu.com lucid-updates/multiverse Packages
Unable to connect to pt.archive.ubuntu.com:http:
Err http://pt.archive.ubuntu.com lucid-updates/multiverse Sources
Unable to connect to pt.archive.ubuntu.com:http:
Reading package lists... Done

I tried to connect the camera, but nothing happened
 
  


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
samba compatibility with microsoft srvtools.exe (usrmgr.exe and srvmgr.exe) checkmate3001 Linux - Software 1 09-06-2008 05:08 AM
Restrict exe files inside an archive files in samba paulreynand Linux - Networking 2 02-02-2006 04:07 AM
EXE-files nature_priyan Linux - Newbie 8 08-14-2004 02:37 PM
exe files? Cheechi Linux - Software 1 07-12-2004 10:48 PM
.exe files pranavk Linux - Newbie 4 11-06-2002 06:25 PM

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

All times are GMT -5. The time now is 08:23 PM.

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