{"id":16301257,"url":"https://github.com/melezhik/package-generic","last_synced_at":"2026-05-09T00:09:08.769Z","repository":{"id":150532310,"uuid":"57962669","full_name":"melezhik/package-generic","owner":"melezhik","description":"Generic package manager. Install packages using OS specific package managers (yum,apt-get)","archived":false,"fork":false,"pushed_at":"2017-10-11T11:11:13.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-28T18:12:21.567Z","etag":null,"topics":["alpine-linux","apt-get","archlinux","centos","debian","package-manager","packman","ubuntu","yum"],"latest_commit_sha":null,"homepage":null,"language":"Perl","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/melezhik.png","metadata":{"files":{"readme":"README.md","changelog":"Changes.md","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":"2016-05-03T11:00:00.000Z","updated_at":"2017-10-11T11:11:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"abb65968-99ac-4a65-9d2d-c19269f3cd4b","html_url":"https://github.com/melezhik/package-generic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/melezhik/package-generic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fpackage-generic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fpackage-generic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fpackage-generic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fpackage-generic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melezhik","download_url":"https://codeload.github.com/melezhik/package-generic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fpackage-generic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32802563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["alpine-linux","apt-get","archlinux","centos","debian","package-manager","packman","ubuntu","yum"],"created_at":"2024-10-10T20:54:24.930Z","updated_at":"2026-05-09T00:09:08.749Z","avatar_url":"https://github.com/melezhik.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\n\nGeneric package manager. Installs packages using OS specific package managers.\n\nOS supported:\n\n* Debian, Ubuntu - apt\n* CentOS, Fedora - yum\n* Alpine Linux   - apk\n* Archlinux      - pacman\n  \n# INSTALL\n\n    $ sparrow plg install package-generic\n\n# USAGE\n\n## Manually \n\n    $ sparrow plg run package-generic --param list='curl telnet nano'\n\n## Sparrowdo\n\n    task-run 'install my packages', 'package-generic', %(\n      list =\u003e 'nano hunspell mc'\n    );\n    \n# Plugin parameters\n\n## list\n\nShould be space separated list of packages to install. Example of usage by sparrow task:\n \n    list nano hunspell mc\n\n## action\n\nShould be one of two: `install|autoremove`. Autoremove is only supported for Debian, Ubuntu systems.\nDefault value `install`;\n\n# Installing OS depended packages \n\nYou may pass `list` as HASH with keys related to OS distribution names\nto handle packages respectively to OS, here is the example with using YAML format:\n\n    $ sparrow project create packages\n    $ sparrow task add package apache package-generic\n    $ sparrow task ini packages/apache\n    \n    list:\n      debian:\n        - apache2\n      centos:\n        - httpd \n        - mod_ssl\n    \n    $ sparrow task run packages/apache\n\n\nOr using sparrowdo:\n\n    task-run 'install apache web server', 'package-generic', %(\n      list =\u003e %(\n        'debian' =\u003e ( 'apache2' ),\n        'centos7' =\u003e ( 'httpd', 'mod_ssl' ),\n      )\n    );\n\n\n# AUTHOR\n\n[Alexey Melezhik](mailto:melezhik@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelezhik%2Fpackage-generic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelezhik%2Fpackage-generic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelezhik%2Fpackage-generic/lists"}