Regenerated > Topic: Lost Information, old topic=3098839.0
KDE version:
Start a KDE program (kate) > Help > About KDE ...
Konsole
man lsb_release:
Example:
The "lsb_release" command is reading the information from the /etc/lsb-release.
man uname:
Example:
man kde-config:
Examples:
KDE 3 version info
KDE 4 version info
KF5 version info
The Ubuntu is based to the Debian:
Other files to have the version strings:
With graphics
> Topic: OpenSUSE like sysinfo in Kubuntu
.. and with a plasmoid > Yasp-Scripted
A script:
Links:
> Topic: Plasma, plasmoids and short how to recover
KDE version:
Start a KDE program (kate) > Help > About KDE ...
Konsole
man lsb_release:
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.
Code:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu jaunty (development branch)
Release: 9.04
Codename: jaunty
Distributor ID: Ubuntu
Description: Ubuntu jaunty (development branch)
Release: 9.04
Codename: jaunty
man uname:
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:
Code:
uname -a
Linux ammu2500L 2.6.28-11-generic #37-Ubuntu SMP Mon Mar 23 16:40:23 UTC 2009 i686 GNU/Linux
man kde-config:
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 3 version info
Code:
kde-config --version
Qt: 3.3.8b
KDE: 3.5.10
kde-config: 1.0
KDE: 3.5.10
kde-config: 1.0
Code:
kde4-config --version
Qt: 4.5.0
KDE: 4.2.1 (KDE 4.2.1)
kde4-config: 1.0
KDE: 4.2.1 (KDE 4.2.1)
kde4-config: 1.0
Code:
kf5-config --version
Qt: 5.4.1
KDE Frameworks: 5.9.0
kf5-config: 1.0
KDE Frameworks: 5.9.0
kf5-config: 1.0
The Ubuntu is based to the Debian:
Code:
cat /etc/debian_version
squeeze/sid
Code:
cat /etc/issue.net
Ubuntu 10.04.1 LTS
With graphics
> Topic: OpenSUSE like sysinfo in Kubuntu
.. and with a plasmoid > Yasp-Scripted
A script:
Code:
default title:color="Black" title:font="Dejavu Sans, 12" title:shadow="Sunken" title:alignment="Center" default value:color="Black" value:font="Dejavu Sans, 8" value:alignment="Left" title text="Version Info" default interval="single" sensor name="Release" type="program" cmd="lsb_release -i -d -r -c" value icon="/usr/share/doc/plasma-widget-yasp-scripted/yasp_scripts/kubuntu-version/KuLogo.png" iconsize="64" key=" " icon_click="kde-open [url]http://kubuntuforums.net/forums/index.php?topic=3098839.0"[/url] use="Release" sensor name="Kernel" type="program" cmd="echo Kernel: | tr -d '\n' && uname -r" value use="Kernel" sensor name="KDEQt" type="program" cmd="kde4-config --version | grep -v kde4" value use="KDEQt"
Links:
> Topic: Plasma, plasmoids and short how to recover
Comment