KDE version:
Start a KDE program (kate) > Help > About KDE ...
Commands in the konsole:
man lsb_release
Example:
The "lsb_release" command is reading the information from the /etc/lsb-release.
man uname
Example:
KDE 3.5:
and KDE 4:
man kde-config
Examples:
> Topic: OpenSUSE like sysinfo in Kubuntu.
Links:
> Topic: Browser identification of Kubuntu
> Topic: any quick way to know what version of kubuntu one is running
> Topic: What version of Kubuntu is installed?
> Topic: Version Check
> Topic: distro
> Topic: where do I find the name of the Kubuntu version on my computer
> Topic: How do I tell if the upgrade installed correctly?
> ...
Start a KDE program (kate) > Help > About KDE ...
Commands in the konsole:
Code:
lsb_release -a
NAME
lsb_release - print distribution-specific information
SYNOPSIS
lsb_release [options]
DESCRIPTION
The lsb_release command provides certain LSB (Linux Standard Base) and
distribution-specific information.
If no options are given, the -v option is assumed.
-a, --all
Display all of the above information.
lsb_release - print distribution-specific information
SYNOPSIS
lsb_release [options]
DESCRIPTION
The lsb_release command provides certain LSB (Linux Standard Base) and
distribution-specific information.
If no options are given, the -v option is assumed.
-a, --all
Display all of the above information.
:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu jaunty (development branch)
Release: 9.04
Codename: jaunty
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu jaunty (development branch)
Release: 9.04
Codename: jaunty
Code:
uname -a
NAME
uname - print system information
SYNOPSIS
uname [OPTION]...
DESCRIPTION
Print certain system information. With no OPTION, same as -s.
-a, --all
print all information, in the following order, except omit -p
and -i if unknown:
uname - print system information
SYNOPSIS
uname [OPTION]...
DESCRIPTION
Print certain system information. With no OPTION, same as -s.
-a, --all
print all information, in the following order, except omit -p
and -i if unknown:
:~$ uname -a
Linux ammu2500L 2.6.28-11-generic #37-Ubuntu SMP Mon Mar 23 16:40:23 UTC 2009 i686 GNU/Linux
Linux ammu2500L 2.6.28-11-generic #37-Ubuntu SMP Mon Mar 23 16:40:23 UTC 2009 i686 GNU/Linux
KDE 3.5:
Code:
kde-config --version
Code:
kde4-config --version
NAME
kde-config — A little program to output installation paths
SYNOPSIS
kde-config [Qt-options] [KDE-options] [--exec-prefix] [--expandvars]
[--install type] [--localprefix] [--path type] [--prefix] [--types]
[--userpath type]
-v, --version
Show version information.
kde-config — A little program to output installation paths
SYNOPSIS
kde-config [Qt-options] [KDE-options] [--exec-prefix] [--expandvars]
[--install type] [--localprefix] [--path type] [--prefix] [--types]
[--userpath type]
-v, --version
Show version information.
:~$ kde-config --version
Qt: 3.3.8b
KDE: 3.5.10
kde-config: 1.0
:~$ kde4-config --version
Qt: 4.5.0
KDE: 4.2.1 (KDE 4.2.1)
kde4-config: 1.0
Qt: 3.3.8b
KDE: 3.5.10
kde-config: 1.0
:~$ kde4-config --version
Qt: 4.5.0
KDE: 4.2.1 (KDE 4.2.1)
kde4-config: 1.0
Code:
cat /etc/debian_version
squeeze/sid
Code:
cat /etc/issue.net
Ubuntu 10.04.1 LTS
> Topic: OpenSUSE like sysinfo in Kubuntu.
Code:
m_info[ OS_SYSTEM ].replace("Ubuntu", "Kubuntu");
Links:
> Topic: Browser identification of Kubuntu
> Topic: any quick way to know what version of kubuntu one is running
> Topic: What version of Kubuntu is installed?
> Topic: Version Check
> Topic: distro
> Topic: where do I find the name of the Kubuntu version on my computer
> Topic: How do I tell if the upgrade installed correctly?
> ...
Comment