How to Install and Uninstall lpf.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "lpf.noarch" package

Please follow the guidance below to install lpf.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install lpf.noarch

2. Uninstall "lpf.noarch" package

In this section, we are going to explain the necessary steps to uninstall lpf.noarch on Rocky Linux 8:

$ sudo dnf remove lpf.noarch $ sudo dnf autoremove

3. Information about the lpf.noarch package on Rocky Linux 8

Last metadata expiration check: 1:22:19 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : lpf
Version : 0.3
Release : 2.el8
Architecture : noarch
Size : 62 k
Source : lpf-0.3-2.el8.src.rpm
Repository : epel
Summary : Local package factory - build non-redistributable rpms
URL : https://github.com/sergiomb2/lpf
License : MIT
Description : lpf (Local Package Factory) is designed to handle two separate
: problems:
: - Packages built from sources which does not allow redistribution.
: - Packages requiring user to accept EULA-like terms.
:
: It works by downloading sources, possibly requiring a user to accept
: license terms and then building and installing rpm package(s) locally.
: Besides being interactive the operation is similar to akmod and dkms.