General :: Windows - Find The Architecture Of OS Installed?
Aug 9, 2010
I'm using Core 2 Duo. So, from Intel website I found that it is 64-bit architecture CPU.
Long back I've installed Ubuntu OS on this machine. But I'm not sure if I installed x86-32 or x86-64 version of Linux. I want to know which version of Linux I'm using. How to know that?
How to find the same on windows?
View 4 Replies
ADVERTISEMENT
Apr 8, 2010
What is the command to find out what CPU architecture the Linux Box holds out of following:
[Code]...
View 12 Replies
View Related
Feb 24, 2010
Is there a command or any steps to follow?
View 3 Replies
View Related
Feb 24, 2011
A certain program I use requires pango and gtkglext in 32 bit. I had already installed both of these in 64, and just now I downloaded .rpms for them in 32 bit and used rpm2tgz to turn them into .tgz files. The application i needed them for now works fine, but I'm wondering if installing precompiled packages like I did may mess with the 64 bit installs I already did, or if they can both be installed at the same time without any issues.
View 3 Replies
View Related
Aug 9, 2010
I am trying to compile an android project, which requires GCC-4.3(mandatory, GCC-4.4 doesn't work). So I downgraded the gcc-4.4 on my ubuntu 10.04 to gcc-4.3.
But then the compiling process doesn't work. It says:
cc: command not found
make: *** [...] error 127
It's weird that the shell can't find 'cc' while I do have gcc-4.3 installed.
I've tried type the following command:
export CC="/usr/bin/gcc-4.3"
but I don't know what's it for.
View 6 Replies
View Related
Dec 18, 2010
I could't find the 64bit Debian Lenny OS for Intel architecture.Hence I have installed amd64 and it is working fine.Does both intel and amd have the same 64 bit OS amd64 ?
View 3 Replies
View Related
Feb 27, 2011
Fedora 14 xfceI have installed a package using yum install package-name.However, I can't seen to find out where it has been installed to.Is there any command that will tell me what directory the files have been installed to?
View 2 Replies
View Related
Mar 28, 2011
im trying to install cclive, in its INSTALL file they have given some prerequisites, how can i find out those are installed in my centos or not.
Prerequisites for cclive are given below
* libquvi (0.2.0+)
* libboost (1.42.0+)
* libpcrecpp (8.02+)
* libcurl (7.20.0+)
View 7 Replies
View Related
Sep 29, 2010
how can i find all services are installed or not in redhat linux.
View 1 Replies
View Related
Feb 6, 2011
I'm installing LoL using Wine and I can't find where setup has put the files. When I type "wine lol.launcher" it says "wine: cannot find L"c:\windows\system32\lol.launcher". For that matter I can't find where the setup program has installed any of the LoL components
View 1 Replies
View Related
Nov 24, 2010
Is there a way to find out with what options a library was configured with when it was installed? I am trying to install a library on my system that depends on gasnet and it requires me to configure it with the very same options that gasnet was configured with. Gasnet was not originally installed by me, so I cannot tell. I can see bin/, include/, lib/ and share/ directories in the gasnet folder and no other information in it. To be specific, I need to use the same CFLAGS that were used during installation of gasnet. For example, if it was installed using '-g -O2', I have to make sure I use the same CFLAGS here.
View 4 Replies
View Related
Mar 26, 2010
Using rpm -qa | grep -i <pkgname> gives if a package is installed or not.
But, I would like to find out where a package is already installed i.e the location where a particular package is installed say /opt/<pkg>
View 2 Replies
View Related
May 19, 2011
I loaded a distro (which does not seem relevant) onto my laptop and used it for a while. Applications did whatever they do creating and saving files. I know that I have images and documents and videos and music and such on the laptop among other non-distro data files. Is there a simple (straightforward) way to identify which files on disk are NOT part of the installed distro? I know how to use find. I know that find lets me locate files based on some date-time-stamp. I know, too, that I can use any selected file as a benchmark date-time instead of some specific command line string.
For example:
Code:
Find files whose modification date is before (or after) the date(s) associated with the file /path/foo.bar.
Is there any one file that I could use to peg the distro install date? Can I get that date from somewhere else like a file system details?
View 14 Replies
View Related
Dec 13, 2010
I am using Slackware 13.1 with the uname -a output:
Quote:
Linux darkstar 2.6.33.4 #2 Thu May 13 00:27:45 CDT 2010 i686 Intel(R) Atom(TM) CPU N450 @ 1.66GHz GenuineIntel GNU/Linux
When the binary smbpasswd is executed it gives the following output
Quote:
smbpasswd: error while loading shared libraries: libwbclient.so.0: cannot open shared object file: no such file or directory ldd /usr/local/samba/bin/smbpasswd has this output
Quote:
linux-gate.so.1 => (0xffffe000)
libldap-2.4.so.2 => /usr/lib/libldap-2.4.so.2 (0xb7220000)
liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0xb7214000)
libresolv.so.2 => /lib/libresolv.so.2 (0xb71fd000)
[code]....
I do not know how to direct the binary to the missing library.
View 7 Replies
View Related
Jan 19, 2010
trying to get kismet to play sounds
-how do i find out what the sound application is used to play sound files?
-how do i find out what sound player is installed?
-sound application use to play the sound files.
....right its installed on my pc but im also goin to install kismet(ubuntu9.10) on my laptop. will it be the same?
View 1 Replies
View Related
Jan 14, 2011
For every program I've installed, I can see an icon in the applications menu. But, I'd like to be able to find the actual icon so I can use it on panels and such in gnome.
Is there a standard place where icons from the applications menu are found?
View 1 Replies
View Related
Dec 19, 2010
In other words, I somehow deleted the first partition of Windows7, the windows reserved system partition. WHat is the quickest way I can rescue this system? Client has been waiting for her machine a long time already, I have to delived today, no time to re-install windows7.
View 4 Replies
View Related
Aug 25, 2009
Is there a flag or option to discard case sensitivity to find whether package is installed or not?
from http://www.rpm.org/max-rpm/s1-rpm-query-parts.html
Quote:
Note, however, that RPM is a bit picky about specifying package names. Here are some queries for the C library that won't work:
Code:
rpm -q libc-5.2.1
Let say I want to find out whether PyQt is installed or not but not sure the exact case, i.e. pyqt or Pyqt or ....
is there a way to find whether a package is installed or not without knowing its case exactly?
View 1 Replies
View Related
Jun 20, 2011
i am using acer extensa 4620 laptop of 32bit architecture with core 2 duo processor and 1 gb ddr2.i have installed RHEL 6. i want to do practice on virtual machine for my rhce exam.due to 32bit architecture i am not able to use kvm one more problen,during installation of RHEL6 i cannot use "install or upgrade" option while booting dvd.after entering this opiton my screen goes blank nathing comes,but i am able to install usic "basic video driver option" same problem i face when i enter in rescue mode also..... nothing is displayed...the screen goes blank
View 2 Replies
View Related
Jul 8, 2010
How can i do this architecture to omap3530 ?
View 1 Replies
View Related
Jan 13, 2010
I know how to add linux if windows is pre installed. But do not know how to do it in reverse
View 10 Replies
View Related
Feb 23, 2010
How to set up ubantu in windows installed pc?
View 1 Replies
View Related
Nov 16, 2010
(Linux Noob here) I just installed Ubuntu Netbook Remix (the latest one off the official site) and had it installed on my Acer Aspire one Netbook. My netbook had Windows 7 prior to installing UNR. I managed to get a partition for UNR and installed it from the USB and just went with the steps (never gave me an option to install alongside Windows, since I booted using the UNR image from the USB).
so got UNR working but the problem is that there seems to be no option to boot to Windows 7. My netbook boots straight to UNR. I know I have to edit the GRUB or something but I have no idea how to even do this. How do I setup UNR so that I get the option to boot with either UNR or Windows. I previously installed Jolicloud and it was simple enough that it gave me the option to boot to either Jcloud or Win 7. How do I do this with UNR?
View 5 Replies
View Related
Apr 23, 2010
My PC is has an AMD 6000 CPU. Here are the image options for the distribution that I want to download:
[alpha][arm][hppa][i386][ia64][m68k][mips][mipsel][powerpc][sparc][s390][source]
View 6 Replies
View Related
Aug 31, 2011
I have a hard drive which already has Windows installed. On a new hard drive, I have Ubuntu Linux installed.Is there anyway to run my already installed Windows using Vmware Player on my Ubuntu setup?
View 1 Replies
View Related
May 29, 2010
My brother the XP/vista/7 lover was wondering what all distros can he run from his XP hard drive
without partitiong,etc like WUBI or Puppy in frugal mode is all I know? So, anyone know of all the distros that can be installed/run in windows without partitioning,etc? I dont have dindows so dont know...?
View 2 Replies
View Related
Aug 10, 2011
I'm very new with kubuntu. A friend st work turned me on to it. Seemed very simple. After a few days palying with it on a dual boot...i decided to fully install. I could not get thw wi-fi to work. Decided to reinstall. Could not get the reinstall to initiate. Tried to reinstall 7. no good.
View 1 Replies
View Related
Mar 31, 2010
i am using ubuntu 9.10.i want to access printer which is installed in windows xp.
View 5 Replies
View Related
Jul 28, 2010
I have installed Fedora 13 lately, however its architecture is i686... i want to install the GNU C Compiler (both c and c++)..... now i searched for i686 architecture gcc but most of them are not compiled.. and are archives e.g., gcc-4.4.1.tar..... Also, some RPMs say about dependencies. Is there a simpler solution?
How to install Gcc, i dont have any compiler in Fedora even cc is not there!! I installed fedora from a live cd i got with the Digit Magazine!
View 2 Replies
View Related
Feb 22, 2010
I've just finished installing debian 5.0.3 on my pc and i chose the installation set for the Intel x86 architecture. Does it mean that my OS is then 32 bit and will be used to run only 32 bits applications ? I'm doing also software developments with gcc with my linux box. Using this os and the gcc tools, for this os, will my software only be 32 bits ?
View 1 Replies
View Related