If you have an Ubuntu installation, and want to check what version it is, you have a number of options. The most "right" way I've found is to simply look at the /etc/lsb-release file, which should tell you explicitly what version of Ubuntu is installed, its codename, and its version number.
Of course, you could do a number of other things instead, like looking at /etc/apt/sources.list to see what version of Ubuntu you're pulling packages from. But I thought the above method was nice, and not often mentioned.[...]
Possible said:@morpheusv6 -
( Just didn't feel like writing it )
So in simple, just type cat /etc/lsb-release.
GCC is a C/C++ Compiler and can be accessed only via the terminal. Bittorrent is the same way. Write the words gcc or bittorrent in the terminal to know more about them. A good way is to use a man command prefix before them.
morpheusv6 said:How do I run windows 32 bit applications inside ubuntu(like wmp11)? Is there any virtualization app(not familiar with it)?
morpheusv6 said:Whether its a 64 bit or 32 bit OS?
yes. both are the same except the DEcomrade said:i have a doubt...can i install softwares that are meant for ubuntu in kubuntu
tech_your_future said:yes. both are the same except the DE
Yes you sure can but some applications that exploit a lot of exclusive features of GNOME might need you to install all those GTK libraries, GNOME core files, etc on Kubuntu to run. Not a problem really but takes more space at times.comrade said:i have a doubt...can i install softwares that are meant for ubuntu in kubuntu
lsb-release->Possible said:Ah that's a bit difficult on Ubuntu... But there's this small thing you can try.
System -> Preferences -> Keyboard Shortcuts
Also, in the comments here, there's a good gconf-editor hack way.
Sigh, just try it out and it must mention it. Also look in the sources.list (the 2nd method) the links must be pointing to 64 bit repositories. If so, its 64 bit OS alright.
morpheusv6 said:lsb-release->
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.04
DISTRIB_CODENAME=feisty
DISTRIB_DESCRIPTION="Ubuntu 7.04"
doesn't show the version(64 or 32) tried.Possible said:Sources.list?
Thanks for the keyboard shortcuts info.Possible said:**** sorry sorry sorry, uname just escaped my head!
uname -a
It must display the hardware architecture like x86_64 or something, it shows x86 here...