How to Install and Uninstall lsof Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "lsof" package

This tutorial shows how to install lsof on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lsof

2. Uninstall "lsof" package

This guide covers the steps necessary to uninstall lsof on openSuSE Tumbleweed:

$ sudo zypper remove lsof

3. Information about the lsof package on openSuSE Tumbleweed

Information for package lsof:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lsof
Version : 4.99.3-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 928.7 KiB
Installed : No
Status : not installed
Source package : lsof-4.99.3-1.2.src
Upstream URL : https://github.com/lsof-org/lsof
Summary : A Program That Lists Information about Files Opened by Processes
Description :
Lsof lists information about files opened by processes. An open file
may be a regular file, a directory, a block special file, a character
special file, an executing text reference, a library, a stream, or a
network file (Internet socket, NFS file, or UNIX domain socket.) A
specific file or all the files in a file system may be selected by
path.