LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   How to find KDE version (https://www.linuxquestions.org/questions/red-hat-31/how-to-find-kde-version-204093/)

satimis 07-12-2004 10:45 AM

How to find KDE version
 
Hi folks,

RH 8.0

While running on GNOME desktop how to find the version of KDE

Kindly advise. TIA

B.R.
satimis

slackyoda 07-12-2004 02:01 PM

start any kde app and from the menu choose Help -> About KDE. i don't think there's a way to do it from the command line except if you search for the version of the kde rpms.

satimis 07-12-2004 08:12 PM

Hi,

Tks for your advice. I found it. But something strange while running follows;

RH 8.0
GNOME desktop

$ rpm -qa kde-*
$ rpm -qa kde*
$ rpm -qa | grep kde*
all no printout

$ rpm -q kde*
package kde-040713 is not installed
package kde-040713~ is not installed

]$ su
Password:
# rpm -q KDE
package KDE is not installed
# rpm -q kde
package kde is not installed

Any advice. TIA

B.R.
satimis

slackyoda 07-13-2004 02:36 AM

I think this should work

rpm -qa | grep kde

satimis 07-13-2004 10:35 AM

Quote:

Originally posted by slackyoda
I think this should work

rpm -qa | grep kde

Hi slackyoda,

Tks for your advice.

Following command line works

$rpm -qa | grep kde

* wildcard is not necessary.

B.R.
satimis


All times are GMT -5. The time now is 05:55 AM.