ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    SaltStack Installer Fails on Ubuntu 16.10 Yakkety Missing GnuPG-Curl

    IT Discussion
    salt ubuntu ubuntu 16.10 gnupg-curl salt bootstrap saltstack
    1
    2
    1.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by scottalanmiller

      Salt's installer uses GnuPG-Curl as part of the installation script and this package has been removed from Ubuntu after 16.04. So current Ubuntu and, we presume, into the future will not have this and this breaks Salt's "universal" installer, aka Bootstrap. So we have to resort to the PPA method instead. Installation is just as easy:

      sudo add-apt-repository ppa:saltstack/salt
      sudo apt-get install salt-minion
      

      Look in your Salt Master, you should have already connected 🙂

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        If you ran the Bootstrap script, this is what you would have gotten as the error:

        Fetched 1,035 kB in 1s (959 kB/s)
        Reading package lists...
        Reading package lists...
        Building dependency tree...
        Reading state information...
        ca-certificates is already the newest version (20160104ubuntu1).
        apt-transport-https is already the newest version (1.3.2ubuntu0.1).
        apt-transport-https set to manually installed.
        0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
        Reading package lists...
        Building dependency tree...
        Reading state information...
        E: Unable to locate package gnupg-curl
         * ERROR: Failed to run install_ubuntu_stable_deps()!!!
        
        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post