my .exe files are not compatible in ubuntu 10.10

Asked by spyvirus1234

i have a lot of .exe files like avast antivirus orange, etc. which am not able to open. the mess i get is

"The file '/home/bill/Downloads/setup_av_free.exe' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the executable bit."
are .exe files compatible in ubuntu 10.10? if it is compatible what should i do for making it compatible??

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu wine Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Why are you installing a Windows AV software on Ubuntu!? There are AV solutions which are native:
https://help.ubuntu.com/community/Antivirus

Revision history for this message
spyvirus1234 (bala-96me) said :
#2

i dunno how to install from tat.. if i downloaded it and then wen i clicked the install icon some notepad..

Revision history for this message
spyvirus1234 (bala-96me) said :
#3

Thanks actionparsnip, that solved my question.

Revision history for this message
spyvirus1234 (bala-96me) said :
#4

* some note pad is opening

Revision history for this message
Karthi (senti10) said :
#5

Hi spyvirus1234,

                       There is AV named Clam in Linux which is inbuilt package then why you want to install windows AV in ubuntu.Next one is you can install install .exe in ubuntu with help of Wine software Package.

If you want to install like MS office better you choose Crossover package which helps you to install office & other Packages in ubuntu.Also tried it works Well.

I hope you Understood !!!

Regards

Karthick

Revision history for this message
Karthi (senti10) said :
#6

Continuing.....

Linux is never compatible with .exe only it happens with the help of Wine,Playonlinux,Crossover etc like Packages.

Rgds

Karthick

Revision history for this message
spyvirus1234 (bala-96me) said :
#7

is playonlinux for games? am new to linux..

Revision history for this message
spyvirus1234 (bala-96me) said :
#8

thanx but still i need some help

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

Its for general app installs, can make things easier but its just a wrapper from wine

Revision history for this message
spyvirus1234 (bala-96me) said :
#10

k thanx.. how can i scan my pendrive using the in built clam AV.??

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

sudo add-apt-repository ppa:ubuntu-clamav/ppa; sudo apt-get update; sudo apt-get install clamav; sudo freshclam; sudo clamscan -r /mouont/point --log=~/Desktop/Virus.txt; chown $USER:$USER ~/Desktop/Virus.txt; gedit ~/Desktop/Virus.txt

The only bit you need to change is:

/mount/point

Which you need to change to the actual mount point of the partition you want to scan. In future scans you can simply run:

sudo freshclam; sudo clamscan -r /mouont/point --log=~/Desktop/Virus.txt; chown $USER:$USER ~/Desktop/Virus.txt; gedit ~/Desktop/Virus.txt

Which updates the definitions then scans the folder with the result going to the desktop instead of /tmp, it then changes the ownership of the file to your user (in case it gets owned by root), the file then opens.

Can you help with this problem?

Provide an answer of your own, or ask spyvirus1234 for more information if necessary.

To post a message you must log in.