{"id":15048165,"url":"https://github.com/github/aptly","last_synced_at":"2026-01-10T12:04:29.635Z","repository":{"id":20948786,"uuid":"24237267","full_name":"github/aptly","owner":"github","description":"aptly - Debian repository management tool","archived":true,"fork":true,"pushed_at":"2014-09-19T16:57:14.000Z","size":4457,"stargazers_count":15,"open_issues_count":0,"forks_count":9,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-09-30T00:20:21.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.aptly.info/","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"aptly-dev/aptly","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/github.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2014-09-19T16:36:58.000Z","updated_at":"2024-07-31T03:22:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/github/aptly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Faptly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Faptly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Faptly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Faptly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/aptly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235227462,"owners_count":18956137,"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":[],"created_at":"2024-09-24T21:08:53.531Z","updated_at":"2025-10-04T07:31:43.230Z","avatar_url":"https://github.com/github.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"=====\naptly\n=====\n\n.. image:: https://travis-ci.org/smira/aptly.png?branch=master\n    :target: https://travis-ci.org/smira/aptly\n\n.. image:: https://coveralls.io/repos/smira/aptly/badge.png?branch=HEAD\n    :target: https://coveralls.io/r/smira/aptly?branch=HEAD\n\n.. image:: http://gobuild.io/badge/github.com/smira/aptly/download.png\n    :target: http://gobuild.io/github.com/smira/aptly\n\nAptly is a swiss army knife for Debian repository management.\n\n.. image:: http://www.aptly.info/img/aptly_logo.png\n    :target: http://www.aptly.info/\n\nDocumentation is available at `http://www.aptly.info/ \u003chttp://www.aptly.info/\u003e`_. For support use\nmailing list `aptly-discuss \u003chttps://groups.google.com/forum/#!forum/aptly-discuss\u003e`_.\n\nAptly features: (\"+\" means planned features)\n\n* make mirrors of remote Debian/Ubuntu repositories, limiting by components/architectures\n* take snapshots of mirrors at any point in time, fixing state of repository at some moment of time\n* publish snapshot as Debian repository, ready to be consumed by apt\n* controlled update of one or more packages in snapshot from upstream mirror, tracking dependencies\n* merge two or more snapshots into one\n* filter repository by search query, pulling dependencies when required\n* publish self-made packages as Debian repositories\n* mirror repositories \"as-is\" (without resigning with user's key) (+)\n* support for yum repositories (+)\n\nCurrent limitations:\n\n* debian-installer and translations not supported yet\n\nDownload\n--------\n\nTo install aptly on Debian/Ubuntu, add new repository to /etc/apt/sources.list::\n\n    deb http://repo.aptly.info/ squeeze main\n\nAnd import key that is used to sign the release::\n\n    $ gpg --keyserver keys.gnupg.net --recv-keys 2A194991\n    $ gpg -a --export 2A194991 | sudo apt-key add -\n\nAfter that you can install aptly as any other software package::\n\n    $ apt-get update\n    $ apt-get install aptly\n\nDon't worry about squeeze part in repo name: aptly package should work on Debian squeeze+,\nUbuntu 10.0+. Package contains aptly binary, man page and bash completion.\n\nBinary executables (depends almost only on libc) are available for download from `Bintray \u003chttp://dl.bintray.com/smira/aptly/\u003e`_.\n\nIf you have Go environment set up, you can build aptly from source by running (go 1.2+ required)::\n\n    go get -u github.com/mattn/gom\n    mkdir -p $GOPATH/src/github.com/smira/aptly\n    git clone https://github.com/smira/aptly $GOPATH/src/github.com/smira/aptly\n    cd $GOPATH/src/github.com/smira/aptly\n    gom -production install\n    gom build -o $GOPATH/bin/aptly\n\nAptly is using `gom \u003chttps://github.com/mattn/gom\u003e`_ to fix external dependencies, so regular ``go get github.com/smira/aptly``\nshould work as well, but might fail or produce different result (if external libraries got updated).\n\nIf you don't have Go installed (or older version), you can easily install Go using `gvm \u003chttps://github.com/moovweb/gvm/\u003e`_.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Faptly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithub%2Faptly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Faptly/lists"}