Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
92
rated 0 times [  92] [ 0]  / answers: 1 / hits: 133017  / 2 Years ago, mon, may 30, 2022, 12:23:56

I'm on Kubuntu 11.04 and I want to know what KDE Plasma Desktop version I'm using.


More From » kubuntu

 Answers
6

In modern Kubuntu there is an Info Center app which you can find in K menu -> Applications -> System -> Info Center or start from console using kinfocenter. It shows Plasma version, Frameworks version, Qt version and other useful info.



Info Center



A command-line solution for KDE/Plasma 5:



$ plasmashell --version
plasmashell 5.9.4
$ kf5-config --version
Qt: 5.7.1
KDE Frameworks: 5.31.0
kf5-config: 1.0


Previous answer for older KDE versions:



Start any "standard" KDE program, such as Konsole or Kate and select Help - About KDE



enter image description here



If you want to do the same from the command line, you can invoke any "standard" KDE program with --version (or -v) parameter. The program then will print the version and exit:



# kate --version
Qt: 4.8.6
KDE Development Platform: 4.14.2
Kate: 3.14.2
# konsole --version
Qt: 4.8.6
KDE Development Platform: 4.14.2
Konsole: 2.14.2
# plasma-desktop --version
Qt: 4.8.6
KDE Development Platform: 4.13.3
Plasma Desktop Shell: 4.11.11

[#40060] Monday, May 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
poefor

Total Points: 379
Total Questions: 95
Total Answers: 115

Location: Serbia
Member since Tue, Jul 26, 2022
2 Years ago
poefor questions
;