View Full Version : [SOLVED] Does Synaptic Package Manager Automatically install 64-bit versions of softw
boyofford
April 13th, 2008, 05:34 AM
Hi, new to linux, and even newer to 64-bit (ubuntu studio)
Does Synaptic Package Manager Automatically install 64-bit versions of software?
Don't want to install 32bit versions of software when 64bit versions are available.:confused:
artfwo
April 13th, 2008, 06:12 AM
Sure! If you installed 64-bit version of Ubuntu Studio, then all the software you pick from the repositories is also built for amd64.
kwaanens
April 13th, 2008, 10:11 AM
Small correction:
Some packages, like wine and flashplugin-nonfree does not exist in 64 bit, so they are installed with a 32 bit wrapper. You will not be able to tell the differece from a user perspective -- and there is no alternative if you want flash over gnash (which is not good enough for everyday use so far) and wine.
Preferred Java runtime is icedtea, and that is 64 bit native, I think.
I think that you will be told that the architecture is wrong if you try to install standard 32 bit packages with Synaptic.
felker2
April 13th, 2008, 10:37 AM
Hi, new to linux, and even newer to 64-bit (ubuntu studio)
you're welcome! ;-)
Does Synaptic Package Manager Automatically install 64-bit versions of software?
Yes, it does.
Don't want to install 32bit versions of software when 64bit versions are available.:confused:
Iif you want to check that an installed executable is really 64-bit, you can check that with the 'file' command:
sander@ubuntu804:~$ which perl
/usr/bin/perl
sander@ubuntu804:~$ file /usr/bin/perl
/usr/bin/perl: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), stripped
sander@ubuntu804:~$
or, in one step:
sander@ubuntu804:~$ file `which perl`
/usr/bin/perl: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), stripped
sander@ubuntu804:~$
HTH
boyofford
April 13th, 2008, 06:32 PM
Thanks all for clearing that up:)!
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.