File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
_includes/doc/admin-guide/notes Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ ** NOTE:** Note that ` apt-key ` authentication command line, has been deprecated in Ubuntu 20.04 and later versions.
2+ {: .notice--info}
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ id: dev-inst-debuan-ubuntu
1111This chapter describes how you can install {{ site.product.short_name }} on Debian and on Ubuntu
1212operating systems from our APT repository.
1313
14+ {% include doc/admin-guide/notes/apt-key-deprecation.md %}
15+
1416## syslog-ng
1517
1618## Install {{ site.product.short_name }} from APT repository
@@ -81,6 +83,8 @@ Repositories are available [here][ref:obs-lbudai-36] and [here][ref:obs-lbudai-3
8183 wget -qO - http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/Debian_8.0/Release.key | sudo apt-key add -
8284 ```
8385
86+ {% include doc/admin-guide/notes/apt-key-deprecation.md %}
87+
84882. add repo to APT sources
8589
8690 ` ` ` shell
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ Its documentation is extensive and full of examples. More test examples can be f
8181
8282### Installation on Ubuntu
8383
84+ {% include doc/admin-guide/notes/apt-key-deprecation.md %}
85+
8486```
8587$ curl http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_12.04/Release.key | sudo apt-key add -
8688$ echo "deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_12.04 ./" | sudo tee --append /etc/apt/sources.list.d/syslog-ng-obs.list
You can’t perform that action at this time.
0 commit comments