{"id":24811165,"url":"https://github.com/thin-edge/tedge-rpm-plugin","last_synced_at":"2025-08-30T14:06:49.072Z","repository":{"id":213692335,"uuid":"734547735","full_name":"thin-edge/tedge-rpm-plugin","owner":"thin-edge","description":"thin-edge.io software management plugin for rpm packages","archived":false,"fork":false,"pushed_at":"2023-12-22T22:28:06.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-28T13:02:11.269Z","etag":null,"topics":["community","iot","thin-edge"],"latest_commit_sha":null,"homepage":"https://thin-edge.io","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thin-edge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-22T01:13:22.000Z","updated_at":"2023-12-22T22:28:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c9da427-b904-462e-872b-a476ae38ba09","html_url":"https://github.com/thin-edge/tedge-rpm-plugin","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":0.06451612903225812,"last_synced_commit":"06a5ed7c9a6fda51be7e28893e0647ffaa024d3f"},"previous_names":["thin-edge/tedge-rpm-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thin-edge/tedge-rpm-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Ftedge-rpm-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Ftedge-rpm-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Ftedge-rpm-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Ftedge-rpm-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thin-edge","download_url":"https://codeload.github.com/thin-edge/tedge-rpm-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Ftedge-rpm-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265527719,"owners_count":23782484,"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":["community","iot","thin-edge"],"created_at":"2025-01-30T12:19:32.480Z","updated_at":"2025-07-16T17:38:53.948Z","avatar_url":"https://github.com/thin-edge.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tedge-rpm-plugin\n\n## Plugin summary\n\nManage rpm packages on a device using thin-edge.io software management plugin api.\n\n**Technical summary**\n\nThe following details the technical aspects of the plugin to get an idea what systems it supports.\n\n|||\n|--|--|\n|**Languages**|`shell` (posix compatible)|\n|**CPU Architectures**|`all/noarch`. Not CPU specific|\n|**Supported init systems**|`N/A`|\n|**Required Dependencies**|`dnf` or `microdnf` or `zypper`|\n|**Optional Dependencies (feature specific)**|-|\n\n### How to do I get it?\n\nThe following linux package formats are provided on the releases page and also in the [tedge-community](https://cloudsmith.io/~thinedge/repos/community/packages/) repository:\n\n|Operating System|Repository link|\n|--|--|\n|RHEL/CentOS/Fedora/openSUSE|[![Latest version of 'tedge-rpm-plugin' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/thinedge/community/rpm/tedge-rpm-plugin/latest/a=noarch;d=any-distro%252Fany-version;t=binary/?render=true\u0026show_latest=true)](https://cloudsmith.io/~thinedge/repos/community/packages/detail/rpm/tedge-rpm-plugin/latest/a=noarch;d=any-distro%252Fany-version;t=binary/)|\n\n\n### What will be deployed to the device?\n\n* The following software management plugins which is called when installing and removing `rpm` packages via Cumulocity IoT\n    * `rpm` - Manage (list/install/remove) packages via an RPM base Package Manager (e.g. dnf/microdnf/zypper)\n\n\n## Plugin Dependencies\n\nThe following packages are required to use the plugin:\n\n* dnf or microdnf or zypper\n\n## Development\n\nThe following tools are requires for local development. Please install them before following the instructions:\n\n* [nfpm](https://nfpm.goreleaser.com/tips/) - Tool to build linux packages\n* [go-c8y-cli](https://goc8ycli.netlify.app/) - A Cumulocity IoT CLI app\n* [c8y-tedge extension](https://github.com/thin-edge/c8y-tedge) - go-c8y-cli extension for thin-edge.io to help with bootstrapping\n\n### Start demo\n\n1. Build the tedge-rpm-plugin package\n\n    ```sh\n    just build\n    ```\n\n2. Start the demo\n\n    ```sh\n    just up\n    ```\n\n3. Activate your Cumulocity IoT session in go-c8y-cli where you want to bootstrap the device to\n\n    ```sh\n    set-session\n    ```\n\n    `set-session` is part of [go-c8y-cli](https://goc8ycli.netlify.app/), check out the documentation for instructions on how to install and create your session if you don't already have one.\n\n4. Bootstrap the device\n\n    ```sh\n    just bootstrap\n    ```\n\n    The bootstrap command used the [c8y-tedge extension](https://github.com/thin-edge/c8y-tedge).\n\n### Stop demo\n\n```sh\njust down\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthin-edge%2Ftedge-rpm-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthin-edge%2Ftedge-rpm-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthin-edge%2Ftedge-rpm-plugin/lists"}