{"id":50593604,"url":"https://github.com/romeo3o7/fnd","last_synced_at":"2026-06-05T12:30:20.864Z","repository":{"id":355638237,"uuid":"1228046697","full_name":"romeo3o7/fnd","owner":"romeo3o7","description":"dnf utility ","archived":false,"fork":false,"pushed_at":"2026-06-03T12:30:58.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T14:16:22.218Z","etag":null,"topics":["dnf","dnf5","fedora"],"latest_commit_sha":null,"homepage":"","language":"C","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/romeo3o7.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":"2026-05-03T14:21:41.000Z","updated_at":"2026-06-03T12:31:10.000Z","dependencies_parsed_at":"2026-05-21T10:01:46.228Z","dependency_job_id":null,"html_url":"https://github.com/romeo3o7/fnd","commit_stats":null,"previous_names":["romeo3o7/fnd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/romeo3o7/fnd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romeo3o7%2Ffnd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romeo3o7%2Ffnd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romeo3o7%2Ffnd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romeo3o7%2Ffnd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romeo3o7","download_url":"https://codeload.github.com/romeo3o7/fnd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romeo3o7%2Ffnd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33942426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","dnf5","fedora"],"created_at":"2026-06-05T12:30:17.033Z","updated_at":"2026-06-05T12:30:20.857Z","avatar_url":"https://github.com/romeo3o7.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fnd\n\nutility for DNF\n\n---\n\n## Compilation\n\n```bash\nmake build   # (to produce the executable)\nmake clean   # (to delete  the executable)\nmake rebuild # (to delete  and reproduce the executable)\n```\n\n## Commands\n\n```bash\nfbd update\n```\n\nRuns the full update flow:\n\n- Checks for available updates \n- Prompts for a local or an offline update\n  - **local** — local updating preforms transactions while the system is up\n  - **offline** — offline updating requires a reboot, which then boots into upgrade.target and preforms the transactions (recommended for kernel, libc, systemd and drivers)\n- Clears the DNF package cache only after the fourth full system update \n- Removes orphaned packages\n- If an offline update was staged, prompts to reboot and apply (it doesn't have to be applied immeditely)\n\n---\n\n```bash\nfnd package \u003cflag\u003e \u003cpackage\u003e\n```\n\n## Available flags:\n\n\n| Flag | Description |\n|------|-------------|\n| `-f` | Files this package installs |\n| `-m` | Package metadata |\n| `-d` | Dependencies the package requires to run |\n| `-r` | Packages that require it |\n| `-o` | Package that owns a given file |\n\n\n**The system first checks if the package is installed, if it is, it queries using rpm otherwise it uses dnf**\n\n---\n\n**Example:**\n\n```bash\nfnd package -d bash # returns packages bash needs, example output: libc.so.6, rpmlib, rtld\t\nfnd package -o /usr/bin/ls # returns coreutils-9 as the owner \n```\nor \n\n```bash\nfnd package -o $(which kill) #returns util-linux-core-2 as the rightful owner\n```\nor you don't know the excat package name, and you want to know the files it installed \n\n```bash\nfnd package -f $(fnd package -o $(which nvim)) #here i didn't know/forgot nvim full package name (neovim), ( which nvim ) returns /usr/bin/nvim, and -o checks for owner\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromeo3o7%2Ffnd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromeo3o7%2Ffnd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromeo3o7%2Ffnd/lists"}