Docs

Debian and Ubuntu

Supported Versions

  • Debian >= 8
  • Ubuntu >= 14.04
  1. Import the GPG key that signs Outlyer packages[1]

    curl -s https://packages.outlyer.com/outlyer-pubkey.gpg | sudo apt-key add -
    
  2. Create a new apt repository definition

    sudo sh -c "echo 'deb https://packages.outlyer.com/debian stable main' > /etc/apt/sources.list.d/outlyer.list"
    
  3. Install outlyer-agent as any other software package:

    sudo apt-get update
    sudo apt-get install outlyer-agent
    

    Note: This will not automatically start the agent, you will need to add the agent key before starting the agent.

  4. Go to the agent configuration documentation for instructions on adding your agent key and other agent settings.

  5. Start the outlyer-agent:

    upstart$ sudo initctl start outlyer-agent
     or
    systemd$ sudo systemctl start outlyer-agent
    
  6. To check the status of the outlyer-agent:

    upstart$ sudo initctl status outlyer-agent
     or
    systemd$ sudo systemctl status outlyer-agent
    
  7. To set the outlyer-agent to start on boot:

    systemd$ sudo systemctl enable outlyer-agent
    

1

  • You can also import the Outlyer GPG key from public keyservers:
      gpg --keyserver keyserver.ubuntu.com --recv ACB6D967