How to Install JFrog Artifactory on Ubuntu 24.04 LTS

This article will guide you through How to Install JFrog Artifactory on Ubuntu 24.04 LTS.

What is JFrog Artifactory?

JFrog Artifactory is a universal repository manager that supports a wide range of package types. It enables DevOps teams to efficiently manage dependencies, securely store and share artifacts, and automate processes across the entire software development lifecycle. With this simple set of commands, you’ll have Artifactory up and running in no time.

Prerequisites

  • Ubuntu 24.04 LTS with minimal installation
  • SSH Access with admin privileges
  • Instance type: t2.medium

Install JFrog on Ubuntu 24.04 LTS

Step #1:Update Your System

sudo apt update

Step #2:Install OpenJDK 8 on Ubuntu 24.04 LTS

Artifactory requires Java to run. In this guide, we will install OpenJDK 8. Even though newer versions of Java may be available, JFrog Artifactory 6.9.6 is compatible with this version.

sudo apt install openjdk-8-jdk -y

Step #3:Download JFrog Artifactory OSS on Ubuntu 24.04 LTS

Now, download the JFrog Artifactory OSS version 6.9.6 from the official JFrog Bintray repository using wget.

sudo wget https://jfrog.bintray.com/artifactory/jfrog-artifactory-oss-6.9.6.zip
How to Install JFrog Artifactory on Ubuntu 24.04 LTS 1

Step #4:Install Unzip (if not already installed) on Ubuntu 24.04 LTS

If you don’t have unzip installed on your system, you can install it with the following command:

sudo apt install unzip -y

Step #5:Unzip the Artifactory Package

Once the download is complete, unzip the Artifactory package into the /opt/ directory.

sudo unzip -o jfrog-artifactory-oss-6.9.6.zip -d /opt/

Step-6: Navigate to the Artifactory Directory

Navigate to the extracted Artifactory directory:

cd /opt/artifactory-oss-6.9.6

Step #7:Start JFrog Artifactory service on Ubuntu 24.04 LTS

To start JFrog Artifactory, run the artifactory.sh script:

./bin/artifactory.sh start
How to Install JFrog Artifactory on Ubuntu 24.04 LTS 2

Once the script runs successfully, JFrog Artifactory should be up and running on your server. You can access the Artifactory UI by opening a browser and navigating to:

http://<your-server-ip>:8081
How to Install JFrog Artifactory on Ubuntu 24.04 LTS 3

Set new password:

How to Install JFrog Artifactory on Ubuntu 24.04 LTS 4

Enter the values:

How to Install JFrog Artifactory on Ubuntu 24.04 LTS 5

Select the Package types you want to create:

How to Install JFrog Artifactory on Ubuntu 24.04 LTS 6
How to Install JFrog Artifactory on Ubuntu 24.04 LTS 7

Click on the Finish button. You will see the JFrog dashboard.

How to Install JFrog Artifactory on Ubuntu 24.04 LTS 8

Conclusion:

You have successfully installed JFrog Artifactory OSS on Ubuntu 24.04 LTS. From here, you can explore the features of Artifactory, create repositories, manage artifacts, and integrate it into your DevOps pipeline.

Related Articles:

How to Install Nexus Repository Manager on Ubuntu 24.04 LTS

Reference:

Installing JFrog Artifactory official page

Harish Reddy

1 thought on “How to Install JFrog Artifactory on Ubuntu 24.04 LTS”

  1. Thanks, It worked!!

    what if I want o install 9.90.10 version of jfrog
    https://releases.jfrog.io/artifactory/bintray-artifactory/org/artifactory/oss/jfrog-artifactory-oss/7.90.10/

    I have a confusion, which one to download. In your video you have used zip format but in this case they give zip for windows source

    jfrog-artifactory-oss-7.90.10-base.tar.gz 11-Sep-2024 10:52 111.59 KB
    jfrog-artifactory-oss-7.90.10-darwin.tar.gz 11-Sep-2024 10:53 1.08 GB
    jfrog-artifactory-oss-7.90.10-linux.tar.gz 11-Sep-2024 10:53 1.09 GB
    jfrog-artifactory-oss-7.90.10-sources.tar.gz 11-Sep-2024 11:14 7.09 MB
    jfrog-artifactory-oss-7.90.10-windows.zip 11-Sep-2024 10:54 1.09 GB

    Reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Share via
Copy link
Powered by Social Snap