ADSM-L

Re: [ADSM-L] Checking what packages are installed on suse sles10

2012-03-29 15:14:27
Subject: Re: [ADSM-L] Checking what packages are installed on suse sles10
From: Rainer Schöpf <rainer.schoepf AT PROTEOSYS DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 29 Mar 2012 21:10:25 +0200
Hi, 

you can obtain an alphabetical list of all installed packages with the command

 rpm -qa |sort

If I remember correctly, the tsm package names all start with TIV, so  

 rpm -qa | grep TIV

should give you what you want.

 Rainer

--------------------------------------------------------
ProteoSys AG
Carl-Zeiss-Straße 51
55129 Mainz

Dr. Rainer Schöpf
Leiter Software/Softwareentwicklung

Mail:   rainer.schoepf AT proteosys DOT com
Phone:  +49-(0)6131-50192-41
Fax:    +49-(0)6131-50192-11
WWW:    http://www.proteosys.com/
--------------------------------------------------------
ProteoSys AG - Carl-Zeiss-Str. 51 - D-55129 Mainz
Amtsgericht Mainz HRB 7508 - USt.-Id Nr.: DE213940570
Vorstand: Helmut Matthies (Vorsitzender), Prof. Dr. André Schrattenholz
Vorsitzender des Aufsichtsrates: Dr. Werner Zöllner


___________________________________________________________________________________________________

On Thu, 29 Mar 2012 at 20:07 +0200, Lee, Gary wrote:

 > Trying to upgrade our tsm client on a sles10 instance under vm.
 > 
 > I need to uninstall the tsm client, but can't seem to get the syntax to 
 > query the system for what pachages are installed, so as to uninstall the 
 > correct one.
 > 
 > Rpm seems awefully cryptic to me.
 > Any help is appreciated.
 > 
 > 
 > Gary Lee
 > Senior System Programmer
 > Ball State University
 > phone: 765-285-1310
 > 
 >  
<Prev in Thread] Current Thread [Next in Thread>