How to Install and Uninstall lsof.x86_64 Package on Oracle Linux 8

Last updated: April 29,2024

1. Install "lsof.x86_64" package

This guide let you learn how to install lsof.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install lsof.x86_64

2. Uninstall "lsof.x86_64" package

Please follow the step by step instructions below to uninstall lsof.x86_64 on Oracle Linux 8:

$ sudo dnf remove lsof.x86_64 $ sudo dnf autoremove

3. Information about the lsof.x86_64 package on Oracle Linux 8

Last metadata expiration check: 5:07:14 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : lsof
Version : 4.93.2
Release : 1.el8
Architecture : x86_64
Size : 253 k
Source : lsof-4.93.2-1.el8.src.rpm
Repository : ol8_baseos_latest
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.