Get KDE Plasma Version Info from Command Line

plasmashell --version; kf5-config --version
plasmashell 5.18.8
Qt: 5.12.8
KDE Frameworks: 5.68.0
kf5-config: 1.0

How About a Bash Alias?

alias kv='plasmashell --version; kf5-config --version'

Tags

 KDE  Plasma  Command Line  Terminal  CLI 
Table of Contents