Skip to content

acidburnmonkey/dnf-purge-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnf-purge-command

It implements apt purge functionality on dnf.
This is a plugin for DNF . It will call for uninstallation of the given package and seek to remove the dangling configuration files unlike the normal dnf remove command . It can also be used to check and remove old configs of programs that are not currently installed.

Installation

copr-build

sudo dnf copr enable acidburnmonkey/invigilatus
sudo dnf install purge-command

Manual Installation

git clone https://github.com/acidburnmonkey/dnf-purge-command.git
cd dnf-purge-command
chmod +x install.sh
./install.sh

Usage

Just call it from terminal

sudo dnf purge package1 package2 package3

currently auto completion (tabs) works on zsh and fish not bash


Switch with --nuke

This will try to manually remove binaries not detected by dnf + any associated service , avoid using it unless you are out of options.

sudo purge --nuke package

Donate.

Buy Me A Coffee

Monero

43Sxiso2FHsYhP7HTqZgsXa3m3uHtxHQdMeHxECqRefyazZfpGVCLVsf1gU68jxJBo1G171AC181q1BqAUaG1m554MLsspG

Bitcoin

bc1qk06cyheffclx7x434zpxjzcdl50452r9ducw0x

About

Purge plugin for DNF

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors