Install rsyslog-pgsql
Installing rsyslog-pgsql package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install rsyslog-pgsql
rsyslog-pgsql package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | rsyslog-pgsql |
version | 8.16.0-1+b1 |
description | PostgreSQL output plugin for rsyslog |
subsection | admin |
website | rsyslog.com |
maintainer | Michael Biebl |
Uninstall rsyslog-pgsql
To remove just rsyslog-pgsql package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove rsyslog-pgsql
Uninstall rsyslog-pgsql and it’s dependent packages
To remove the rsyslog-pgsql package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove rsyslog-pgsql
Purging rsyslog-pgsql
If you also want to delete configuration and/or data files of rsyslog-pgsql from Debian Sid then this will work:
sudo apt-get purge rsyslog-pgsql
To delete configuration and/or data files of rsyslog-pgsql and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove rsyslog-pgsql