Artifactory Ubuntu 16.04 Install
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Artifactory Enterprise Repository Java Tool on Ubuntu 16.04 Xenial Xerus LTS GNU/Linux Desktop.
And Artifactory for Ubuntu 16.04 is a powerful, well-polished Open Source Tool that provides a number of cool Features, including:
- A nice AJAX-based web interface, where you can search and browse the repository
- The ability to perform bulk imports and exports of your repository
- Automatic backups of your repository
Artifactory comes bundled with a Tomcat web server, with default settings that are sufficient for most users.

-
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands).Ctrl+Alt+t
In case first see: Terminal QuickStart Guide.
-
Download Latest Artifactory Release
-
Double-Click on Artifactory .zip and Extract into /tmp.
Or from Command Line:Copyunzip -d /tmp/ $HOME/Downloads/artifactory*.zip
Copyrm $HOME/Downloads/artifactory*.zip
-
Relocating Artifactory
Copysudo chown -R root:root /tmp/artifactory*
Copymv /tmp/artifactory* /opt/artifactory
Copyexit
-
Installing Artifactory Service
Copycd /opt/artifactory/bin
Copysudo ./installService.sh
-
Getting-Started with Artifactory Repository Manager in Linux
Here Artifactory Quick Start GuideLink to Getting-Started with Artifactory Repository Manager in Linux