Ubuntu Repository legacy

The Adiscon Ubuntu Repository has been setup to provide support for the latest rsyslog versions on Ubuntu including support for necessary third party packages. Please note that the Ubuntu Repository is open for testing at the moment, and contains the latest RSyslog version. Currently supported Ubuntu Versions: 

  • Ubuntu 14.04 (Trusty)
  • Ubuntu 13.10 (Saucy Salamander)
  • Ubuntu 12.04 (Precise)
  • Ubuntu 12.10 (Quantal) (Not Updated anymore)

Currently supported RSyslog Branches:

  • v8-devel
  • v8-stable
  • v7-devel (Not Updated anymore)
  • v7-stable

The new packages are based in the original and latest Ubuntu 12 rsyslog packages, so in most cases an simple sudo apt-get update && sudo apt-get upgrade will be enough to update rsyslog. Please note that these packages are currently experimental. Use at your own risk.

Add our PPA Repository using the classic method:

  1. Install our PGP Key into your apt system
    apt-key adv --recv-keys --keyserver keyserver.ubuntu.com AEF0CF8E
    gpg --export --armor AEF0CF8E | sudo apt-key add -
    
  2. Edit your /etc/apt/sources.list and add these lines to the end replace v8-devel with v7-stable or v8-stable if you want to use the RSYSLOG stable packages.
    For Ubuntu (12.04 LTS) Precise
    # Adiscon repository
    deb http://ppa.launchpad.net/adiscon/v8-devel/ubuntu precise main 
    deb-src http://ppa.launchpad.net/adiscon/v8-devel/ubuntu precise main
    For Ubuntu (13.10) Saucy
    # Adiscon repository
    deb http://ppa.launchpad.net/adiscon/v8-devel/ubuntu saucy main 
    deb-src http://ppa.launchpad.net/adiscon/v8-devel/ubuntu saucy main
  3. Once done perform these commands to update your apt cache and install the latest RSYSLOG version
    sudo apt-get update && sudo apt-get upgrade
  4. If you receive a message like this while upgrading follow these steps below:
    The following packages have been kept back: rsyslog 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

    sudo apt-get install rsyslog

We highly appriciate any feedback or bug reports.

Scroll to top