{"id":21101170,"url":"https://github.com/crycode-de/deb-downloader","last_synced_at":"2026-04-28T09:05:50.821Z","repository":{"id":98972796,"uuid":"595637504","full_name":"crycode-de/deb-downloader","owner":"crycode-de","description":"Bash script to download deb files from a repository","archived":false,"fork":false,"pushed_at":"2023-01-31T14:00:50.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T05:46:12.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crycode-de.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-01-31T14:00:11.000Z","updated_at":"2025-07-15T09:28:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"194483dd-9600-4688-87d3-56fb1414386a","html_url":"https://github.com/crycode-de/deb-downloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crycode-de/deb-downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crycode-de%2Fdeb-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crycode-de%2Fdeb-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crycode-de%2Fdeb-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crycode-de%2Fdeb-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crycode-de","download_url":"https://codeload.github.com/crycode-de/deb-downloader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crycode-de%2Fdeb-downloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32373551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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":[],"created_at":"2024-11-19T23:41:08.751Z","updated_at":"2026-04-28T09:05:50.792Z","avatar_url":"https://github.com/crycode-de.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deb-downloader\n\nThe deb-downloader is bash script to download deb files from a repository.\n\nThis can be used for example if you want to download a package to install it on an offline system.\n\n\n## Usage\n\n### Required arguments\n* `-m \u003cmirror url\u003e`   The URL of the mirror.\n* `-d \u003cdist\u003e`         Codename of the distribution.\n* `-p \u003cpackage\u003e`      Name of the package which should be downloaded.\n\n### Optional arguments\n* `-c \u003ccomponents\u003e`   Component(s) inside the repository. Defaults to 'main'.\n* `-a \u003carchitecture\u003e` Type of the processor architecture of the target system. Defaults to 'amd64'.\n* `-D`                Detect and load all dependencies for the package.\n* `-t`                Test run. Will only load the index files, detect the dependencies and print the download links.\n* `-h`                Show this help.\n\n\n## Examples\n\nDownload 'nano' for Ubuntu xenial (16.04)\n```\n./deb-downloader.sh -m http://archive.ubuntu.com/ubuntu/ -d xenial -p nano\n```\n\nDownload 'gimp' for Ubuntu artful (17.10) using the 'universe' component for i386 systems\n```\n./deb-downloader.sh -m http://archive.ubuntu.com/ubuntu/ -d artful -c universe -a i386 -p gimp\n```\n\nDownload 'ntp' for Raspbian Stretch using the default Raspbian repo settings and including all dependencies\n```\n./deb-downloader.sh -m http://archive.raspbian.org/raspbian/ -d stretch -c \"main contrib non-free rpi\" -a armhf -p ntp -D\n```\n\n\n## License\n\nLicensed under GPL Version 2\n\nCopyright (c) 2018 Peter Müller \u003cpeter@crycode.de\u003e (https://crycode.de/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrycode-de%2Fdeb-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrycode-de%2Fdeb-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrycode-de%2Fdeb-downloader/lists"}