{"id":16911446,"url":"https://github.com/gerlero/apt-install","last_synced_at":"2025-09-06T03:43:35.444Z","repository":{"id":254607198,"uuid":"846684751","full_name":"gerlero/apt-install","owner":"gerlero","description":"GitHub Action to install and cache APT packages","archived":false,"fork":false,"pushed_at":"2025-08-18T22:37:06.000Z","size":56,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T00:27:30.338Z","etag":null,"topics":["apt","apt-get","cache","caching","github-actions","install"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gerlero.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-23T18:22:23.000Z","updated_at":"2025-08-18T22:37:09.000Z","dependencies_parsed_at":"2024-08-24T18:34:47.115Z","dependency_job_id":"db7397de-d146-4e41-9670-aa89d2ca92ce","html_url":"https://github.com/gerlero/apt-install","commit_stats":null,"previous_names":["gerlero/apt-install"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/gerlero/apt-install","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerlero%2Fapt-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerlero%2Fapt-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerlero%2Fapt-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerlero%2Fapt-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gerlero","download_url":"https://codeload.github.com/gerlero/apt-install/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerlero%2Fapt-install/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273854482,"owners_count":25180009,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":["apt","apt-get","cache","caching","github-actions","install"],"created_at":"2024-10-13T19:06:00.762Z","updated_at":"2025-09-06T03:43:35.419Z","avatar_url":"https://github.com/gerlero.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# apt-install\n\n[![CI](https://github.com/gerlero/apt-install/actions/workflows/ci.yml/badge.svg)](https://github.com/gerlero/apt-install/actions/workflows/ci.yml)\n[![Release](https://github.com/gerlero/apt-install/actions/workflows/update-tags.yml/badge.svg)](https://github.com/gerlero/apt-install/actions/workflows/update-tags.yml)\n\nGitHub Action to install and cache APT packages.\n\n## Usage\n\n```yaml\n- uses: gerlero/apt-install@v1\n  with:\n    packages: curl\n```\n\n## Inputs\n\n### `packages`\n\n**Required**. A package name or a whitespace-separated list of package names to install.\n\n### `cache` \n\nWhether to cache installed packages between runs. Default: `true`.\n\n### `install-recommends`\n\nWhether to install optional packages recommended by the packages to install. Default: `true`.\n\n### `install-suggests`\n\nWhether to install optional packages suggested by the packages to install. Default: `false`.\n\n### `update`\n\nWhether to update the package list (i.e., run `apt-get update`) before installing the packages. Default: `true`.\n\n### `upgrade`\n\nWhether to upgrade the listed packages if they are already installed and newer versions are available. Default: `true`.\n\n## Related actions\n\n- [`gerlero/add-apt-repository`](https://github.com/gerlero/add-apt-repository): GitHub Action to add a new APT repository for installing packages.\n- [`gerlero/brew-install`](https://github.com/gerlero/brew-install): GitHub Action to install and cache Homebrew packages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerlero%2Fapt-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerlero%2Fapt-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerlero%2Fapt-install/lists"}