How to Install and Uninstall lsof.x86_64 Package on Rocky Linux 9

Last updated: May 10,2024

1. Install "lsof.x86_64" package

Please follow the step by step instructions below to install lsof.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install lsof.x86_64

2. Uninstall "lsof.x86_64" package

Please follow the guidance below to uninstall lsof.x86_64 on Rocky Linux 9:

$ sudo dnf remove lsof.x86_64 $ sudo dnf autoremove

3. Information about the lsof.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:05:35 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : lsof
Version : 4.94.0
Release : 3.el9
Architecture : x86_64
Size : 238 k
Source : lsof-4.94.0-3.el9.src.rpm
Repository : baseos
Summary : A utility which lists open files on a Linux/UNIX system
URL : https://github.com/lsof-org/lsof
License : zlib and Sendmail and LGPLv2+
Description : Lsof stands for LiSt Open Files, and it does just that: it lists information
: about files that are open by the processes running on a UNIX system.