How to Install and Uninstall lsof.x86_64 Package on AlmaLinux 9

Last updated: October 09,2024

1. Install "lsof.x86_64" package

Learn how to install lsof.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install lsof.x86_64

2. Uninstall "lsof.x86_64" package

In this section, we are going to explain the necessary steps to uninstall lsof.x86_64 on AlmaLinux 9:

$ sudo dnf remove lsof.x86_64 $ sudo dnf autoremove

3. Information about the lsof.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:05:44 ago on Wed Mar 13 07:41:12 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.