{"id":42069243,"url":"https://github.com/acidburnmonkey/dnf-purge-command","last_synced_at":"2026-01-26T08:37:43.429Z","repository":{"id":190869395,"uuid":"683213771","full_name":"acidburnmonkey/dnf-purge-command","owner":"acidburnmonkey","description":" Purge plugin for DNF","archived":false,"fork":false,"pushed_at":"2025-11-29T05:00:48.000Z","size":60,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-01T05:55:14.063Z","etag":null,"topics":["dnf","dnf-plugin","dnf-purge","dnf-utils","fedora"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acidburnmonkey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-25T21:57:41.000Z","updated_at":"2025-11-29T05:00:52.000Z","dependencies_parsed_at":"2024-12-31T03:20:46.803Z","dependency_job_id":"17ac269e-d507-449d-8a60-661beaeec77b","html_url":"https://github.com/acidburnmonkey/dnf-purge-command","commit_stats":null,"previous_names":["acidburnmonkey/dnf-purge-command"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/acidburnmonkey/dnf-purge-command","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidburnmonkey%2Fdnf-purge-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidburnmonkey%2Fdnf-purge-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidburnmonkey%2Fdnf-purge-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidburnmonkey%2Fdnf-purge-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acidburnmonkey","download_url":"https://codeload.github.com/acidburnmonkey/dnf-purge-command/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidburnmonkey%2Fdnf-purge-command/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28771048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T08:36:59.641Z","status":"ssl_error","status_checked_at":"2026-01-26T08:36:36.957Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dnf","dnf-plugin","dnf-purge","dnf-utils","fedora"],"created_at":"2026-01-26T08:37:42.836Z","updated_at":"2026-01-26T08:37:43.408Z","avatar_url":"https://github.com/acidburnmonkey.png","language":"Python","funding_links":["https://www.buymeacoffee.com/acidburn"],"categories":[],"sub_categories":[],"readme":"# dnf-purge-command\n\nThis 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 \u003cpackage\u003e command . It can also be used to check and remove old configs of programs that are not currently installed. (DNF 5 does not support community plugins it has to be ran independently).\n\n## Installation\n\n### copr-build\n\n```\nsudo dnf copr enable acidburnmonkey/purge-command\nsudo dnf install purge-command\n```\n\n### Manual Installation\n\n```\ngit clone https://github.com/acidburnmonkey/dnf-purge-command.git\ncd dnf-purge-command\nsudo cp the-purge.py /usr/bin/purge\nsudo chmod +x /usr/bin/purge\n```\n\n## Usage\n\nJust call it from terminal\n\n```\nsudo  purge package1 package2 package3\n```\n\nRecently added support to purge same amount as arguments dnf takes\n\n### Switch with --nuke\n\nThis will try to manually remove binaries not detected by dnf + any associated service , don't use unless you really overtaken by rage.\n\n```\nsudo purge --nuke package\n```\n\n# Donate.\n\n\u003ca href=\"https://www.buymeacoffee.com/acidburn\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\"\u003e\u003c/a\u003e\n\n## Monero \u003cimg src=\"https://www.getmonero.org/press-kit/symbols/monero-symbol-1280.png\" width=\"60\" height=\"60\"\u003e\n\n43Sxiso2FHsYhP7HTqZgsXa3m3uHtxHQdMeHxECqRefyazZfpGVCLVsf1gU68jxJBo1G171AC181q1BqAUaG1m554MLsspG\n\n## Bitcoin \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/4/46/Bitcoin.svg\" width=\"60\" height=\"60\"\u003e\n\nbc1qk06cyheffclx7x434zpxjzcdl50452r9ducw0x\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facidburnmonkey%2Fdnf-purge-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facidburnmonkey%2Fdnf-purge-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facidburnmonkey%2Fdnf-purge-command/lists"}