How to Install and Uninstall libSM6 Package on openSUSE Leap

Last updated: May 18,2024

1. Install "libSM6" package

Learn how to install libSM6 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libSM6

2. Uninstall "libSM6" package

This guide covers the steps necessary to uninstall libSM6 on openSUSE Leap:

$ sudo zypper remove libSM6

3. Information about the libSM6 package on openSUSE Leap

Information for package libSM6:
-------------------------------
Repository : Main Repository
Name : libSM6
Version : 1.2.2-1.23
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 30.3 KiB
Installed : No
Status : not installed
Source package : libSM-1.2.2-1.23.src
Upstream URL : http://xorg.freedesktop.org/
Summary : X Session Management library
Description :
The X Session Management Protocol provides a uniform mechanism for
users to save and restore their sessions. A session is a group of X
clients (programs), each of which has a particular state. The session
is controlled by a network service called the session manager, which
issues commands to its clients on behalf of the user. These commands
may cause clients to save their state or to terminate. It is expected
that the client will save its state in such a way that the client can
be restarted at a later time and resume its operation as if it had
never been terminated.