Artifactory supports resolving Debian binary packages and Debian source packages.
Resolve Debian Binary Packages
You can resolve Debian binary packages from local, remote, or virtual repositories in Artifactory.
To resolve a Debian binary package:
Run the following command:
apt-get install <PACKAGE>
Where
<PACKAGE>is the name of the package you want to resolve. For example:apt-get install curl
Resolve Debian Source Packages
You can resolve Debian source packages from remote and local repositories. Trivial repository layout does not support Debian source packages.
To resolve a Debian source package:
Run the following command:
apt-get source <PACKAGE>
Where
<PACKAGE>is the name of the package you want to resolve. For example:apt-get source git