{"id":20140276,"url":"https://github.com/outpost-os/action-install-pkg","last_synced_at":"2026-06-07T04:31:25.214Z","repository":{"id":250888050,"uuid":"835761363","full_name":"outpost-os/action-install-pkg","owner":"outpost-os","description":"Install packages on various operating system","archived":false,"fork":false,"pushed_at":"2024-07-30T13:37:13.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-13T10:14:01.112Z","etag":null,"topics":["actions","install-script"],"latest_commit_sha":null,"homepage":"","language":null,"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/outpost-os.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}},"created_at":"2024-07-30T13:33:04.000Z","updated_at":"2024-07-31T11:09:14.000Z","dependencies_parsed_at":"2024-07-30T17:27:01.633Z","dependency_job_id":null,"html_url":"https://github.com/outpost-os/action-install-pkg","commit_stats":null,"previous_names":["outpost-os/action-install-pkg"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outpost-os%2Faction-install-pkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outpost-os%2Faction-install-pkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outpost-os%2Faction-install-pkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outpost-os%2Faction-install-pkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outpost-os","download_url":"https://codeload.github.com/outpost-os/action-install-pkg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241584002,"owners_count":19986081,"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":["actions","install-script"],"created_at":"2024-11-13T21:49:59.246Z","updated_at":"2026-06-07T04:31:25.168Z","avatar_url":"https://github.com/outpost-os.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-platform package installer\n\n## Intro\n\nThis action aim to abstract various distro (including OS-X) packagers through a\nunified interface, in order to install packages.\n\nAs a very same software may be packaged with different names on different distros,\nthis action support fallback methodology so that it success while any of the\npossible names of a package is fully installed\n\n## Usage\n\nSeparating possible names for a very same package is done using `|`\nSeparating different packages is done using `,`\n\nHere is a typical usage:\n```\n- name: install curl and dts packages\n  uses: embedded-devops/action-install-pkg@v2.0\n  with:\n    packages: 'dtc|device-tree-compiler,curl'\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutpost-os%2Faction-install-pkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutpost-os%2Faction-install-pkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutpost-os%2Faction-install-pkg/lists"}