{"id":21889339,"url":"https://github.com/kbdharun/vib-dnf","last_synced_at":"2026-02-14T16:02:51.331Z","repository":{"id":212778336,"uuid":"732294057","full_name":"kbdharun/vib-dnf","owner":"kbdharun","description":"Vib (Vanilla Image Builder) plugin for DNF package manager.","archived":false,"fork":false,"pushed_at":"2025-02-25T10:10:13.000Z","size":17,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T11:23:53.997Z","etag":null,"topics":["dnf","golang","hacktoberfest","linux","vanillaos","vib","vib-plugin"],"latest_commit_sha":null,"homepage":"https://github.com/Vanilla-OS/Vib","language":"Go","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/kbdharun.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},"funding":{"github":"kbdharun"}},"created_at":"2023-12-16T07:31:59.000Z","updated_at":"2025-02-25T10:10:17.000Z","dependencies_parsed_at":"2024-07-26T06:32:49.188Z","dependency_job_id":null,"html_url":"https://github.com/kbdharun/vib-dnf","commit_stats":null,"previous_names":["kbdharun/vib-dnf"],"tags_count":2,"template":false,"template_full_name":"Vanilla-OS/vib-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbdharun%2Fvib-dnf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbdharun%2Fvib-dnf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbdharun%2Fvib-dnf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbdharun%2Fvib-dnf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kbdharun","download_url":"https://codeload.github.com/kbdharun/vib-dnf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244898407,"owners_count":20528335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","golang","hacktoberfest","linux","vanillaos","vib","vib-plugin"],"created_at":"2024-11-28T11:23:55.285Z","updated_at":"2026-02-14T16:02:46.291Z","avatar_url":"https://github.com/kbdharun.png","language":"Go","funding_links":["https://github.com/sponsors/kbdharun"],"categories":[],"sub_categories":[],"readme":"# vib-dnf\n\nThis repository contains the Vib (Vanilla Image Builder) plugin for the DNF (Dandified YUM) package manager.\n\n## Usage\n\n### Using DNF Plugin with Vib\n\nIt can be used in a workflow with the following syntax:\n\n```yml\n- uses: vanilla-os/vib-gh-action@v1.0.0\n  with:\n    recipe: 'recipe.yml'\n    plugins: 'kbdharun/vib-dnf:v1.0.0'\n```\n\n### Using the Plugin in a Recipe\n\n```yml\nmodules:\n  - name: \"Install base packages\"\n    type: \"dnf\"\n    options:\n      allowerasing: true\n      skip_broken: true\n      skip_unavailable: false\n      allow_downgrade: false\n      downloadonly: false\n      security: false\n      bugfix: false\n      enhancement: false\n      extra_flags:\n        - \"--nogpgcheck\"\n        - \"--refresh\"\n    sources:\n      - packages:\n          - vim\n          - git\n          - httpd\n          - python3\n      - path: \"/path/to/packages-list.txt\"\n```\n\n#### Examples\n\n- Basic Package Installation:\n\n```yml\nmodules:\n  - name: \"Install Development Tools\"\n    type: \"dnf\"\n    options: {}\n    sources:\n      - packages:\n          - gcc\n          - make\n          - automake\n          - autoconf\n```\n\n- Apply Security Updates (on existing packages):\n\n```yml\nmodules:\n  - name: \"Apply Security Updates\"\n    type: \"dnf\"\n    options:\n      security: true\n    sources:\n      - packages:\n          - \"*\"\n```\n\n- Install packages from a file:\n\n```yml\nmodules:\n  - name: \"Install Packages from List\"\n    type: \"dnf\"\n    options:\n      skip_unavailable: true\n    sources:\n      - path: \"dir/packages.txt\"\n```\n\n## Building the plugin\n\nThe plugin can be built locally with the following commands:\n\n```sh\ngo get ./...\ngo build -trimpath -buildmode=plugin -o dnf.so -v ./...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbdharun%2Fvib-dnf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkbdharun%2Fvib-dnf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbdharun%2Fvib-dnf/lists"}