How to Add Neo4j Database Yum/Dnf Repository

June 12, 2020 | By the+gnu+linux+evangelist.

Setting Up

  1. 2. Importing GPG Key

    So first Import the Repo GPG Key
    With:

    sudo rpm --import https://debian.neo4j.com/neotechnology.gpg.key
  2. 3. Adding Neo4j Database Repository

    Finally, to Add Neo4j Database Yum Repository
    Simply run:

    sudo su -c "cat <<EOF>  /etc/yum.repos.d/neo4j.repo
    [neo4j]
    name=Neo4j RPM Repository
    baseurl=https://yum.neo4j.com/stable/nenabled=1
    gpgcheck=1
    EOF"
    

    The cat Command will Output the Block definition into the /etc/yum.repos.d/neo4j.repo File.

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

QuickChic Theme • Powered by WordPress