If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
are .deb files self installers like .exe files in windows
Almost.
Your Kubuntu Linux is a Debian Linux. So, the packaged applications come in .deb packages. But they are mostly 32-bit, except the ones in our repository.
To install a 64-bit .deb file that you might download, you right-click it and choose "Install with Gdebi".
thank u for the info , u really RoCk 8) whats the command that lets us 2 know abt all the commands in linux(like uname -a)
Code:
man man
man - an interface to the on-line reference manuals
Code:
man -a intro
Display, in succession, all of the available intro manual pages
contained within the manual. It is possible to quit between
successive displays or skip any of them.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
Display, in succession, all of the available intro manual pages
contained within the manual. It is possible to quit between
successive displays or skip any of them.
Good catch, Snowhog -- if I ever knew that one, I had forgotten it.
Comment