32 bit software support, in 64 bit version.

Asked by lookatawijeet

I AM NEW TO UBUNTU, WHEN I INSTALLED 64 VERSION, I FOUND MY COMPUTER USELESS, AS DEFAULT PLAYERS were NOT ABLE TO PLAY ANY MEDIA. I TRIED INSTALLING VLC from official site, but there was nothin to download (i mean any exe file), i FOLLOWED da instructions, efficiently, and i think i need to know more! i am gettin error massag, shall i switch to 32 version..? any help.....? AWIJEET

WAY TO REPRODUCE IT, just try installing a avast linux antivirus.

50% of da idea suggested is working, but i still have problem in installing software, (deb packages) for example avast antivirus for debian,

i have installed 64 ubuntu version,

installer says it does not support da 32b packages,

 i am facing similar problem with other softwares...

(i hav even tried gdeb, And it jus asks password, 1st crap software discovered by me on linux)

any help....

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu vlc Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:

This question was originally filed as bug #418375.

Revision history for this message
Reinhard Tartler (siretart) said :
#1

Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but it would make more sense to raise problems you are having in the support tracker at https://answers.launchpad.net/ubuntu if you are uncertain if they are bugs. For help on reporting bugs, see https://help.ubuntu.com/community/ReportingBugs .

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

sudo apt-get install ia32-libs

You can now run 32bit apps, and also install 32bit debs by using dpkg --fore-arch -i <deb file> but you will also need 32bit deps for it and it can get hugely messy.

You do not download EXE files. EXE files are for windows and ubuntu is not windows it is Linux. To install VLC simply run:

sudo apt-get install vlc

With Ubuntu it is extremely rare to go to a website to download an app to install, you use the repositorys.

For MP3 playback (Which cannot be included in the distro due to some countries it is illegal) you can use:

https://help.ubuntu.com/community/RestrictedFormats
https://help.ubuntu.com/9.04/musicvideophotos/C/video.html
https://help.ubuntu.com/community/FreeFormats

Revision history for this message
Tom (tom6) said :
#3

I think this question was asked accidentally when trying to reply to an existing thread
https://answers.launchpad.net/ubuntu/+source/vlc/+question/80652
and i think this has been solved now?

It takes a while to get used to launchpad so don't worry, we have all made mistakes although this is the first time i have seen this one ;) Mine were much worse :)

I was wondering if you had looked at
https://help.ubuntu.com/community/Synaptic/PackageDownloadScript

Good luck and regards from
Tom :)

Revision history for this message
lookatawijeet (lookatawijeet) said :
#4

Thanks actionparsnip, that solved my question.