How to Install and Uninstall lpf.noarch Package on Fedora 38

Last updated: January 12,2025

1. Install "lpf.noarch" package

This guide covers the steps necessary to install lpf.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install lpf.noarch

2. Uninstall "lpf.noarch" package

This guide let you learn how to uninstall lpf.noarch on Fedora 38:

$ sudo dnf remove lpf.noarch $ sudo dnf autoremove

3. Information about the lpf.noarch package on Fedora 38

Last metadata expiration check: 2:37:29 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : lpf
Version : 0.3
Release : 5.fc38
Architecture : noarch
Size : 68 k
Source : lpf-0.3-5.fc38.src.rpm
Repository : fedora
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.