Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Connect to your apt/deb repo

Each tool requires different steps to integrate with Gemfury. These directions will guide you with using your public and private apt/deb repo.

Use your public APT Repository URL to install DEB packages:

https://apt.fury.io/dfinimundi/

To enable, add the following file /etc/apt/sources.list.d/fury.list:

deb [trusted=yes] https://apt.fury.io/dfinimundi/ /

To access private packages, add a deploy token to your Repository URL:

https://TOKEN@apt.fury.io/dfinimundi/
Please be aware that this Repo-URL is individual to you to authenticate and authorize access to this repository. Your collaborators will have a different authentication token, possibly with different permissions to this account. Share it with caution.