Uninstalling on Linux
 Uninstall the RPM or Debian packages. 
  
 
	 Procedure
-  
		  List the packages to uninstall. 
		   
		  
 
			 
 
					  
						| Linux Variant 
						 | 
 
						Command 
						 | 
 
					 
 
				   
					  
						| Redhat 
						 | 
 
						 
						  yum list installed | grep "tib_msg-emd" 
 
						 | 
 
					 
 
					  
						| Debian 
						 | 
 
						 
						  dpkg-query -l | grep tib_msg-emd 
 
						 | 
 
					 
 
					  
						| SUSE 
						 | 
 
						 
						  zypper se | grep "tib_msg-emd" 
 
						 | 
 
					 
 
					  
						| Other Linux variants 
						 | 
 
						If your Linux variant does not include 
						  yum, 
						  dpkg, or 
						  zypper, use this command. 
						  ls -R $TIBCO_HOME/emd 
 
						 | 
 
					 
 
				  
 
				
 
 
		    
		 
-  
		  Uninstall the packages. 
		   
		  
 
			 
 
					  
						| Linux Variant 
						 | 
 
						Command 
						 | 
 
					 
 
				   
					  
						| Redhat 
						 | 
 
						 
						  sudo yum remove -y tib_msg-emd* 
 
						 | 
 
					 
 
					  
						| Debian 
						 | 
 
						 
						  sudo apt-get remove -y tib_msg-emd* 
 
						 | 
 
					 
 
					  
						| SUSE 
						 | 
 
						 
						  sudo zypper rm tib_msg-emd* 
 
						 | 
 
					 
 
					  
						| Other Linux variants 
						 | 
 
						If your Linux variant does not include 
						  yum, 
						  dpkg, or 
						  zypper, use this command. 
						  sudo rm -rf TIBCO_HOME/emd 
 
						 | 
 
					 
 
				  
 
				
 
 
		    
		 
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.