Skip to content

Commit 4462ca7

Browse files
committed
Added note about apt-key deprecation.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent 48811f0 commit 4462ca7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/_dev-guide/chapter_0/section_1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ id: dev-inst-debuan-ubuntu
1111
This chapter describes how you can install {{ site.product.short_name }} on Debian and on Ubuntu
1212
operating systems from our APT repository.
1313

14+
**NOTE:** Note that `apt-key` authentication command line, has been deprecated in Ubuntu 20.04 and later versions.
15+
{: .notice--info}
16+
1417
## syslog-ng
1518

1619
## Install {{ site.product.short_name }} from APT repository
@@ -81,6 +84,9 @@ Repositories are available [here][ref:obs-lbudai-36] and [here][ref:obs-lbudai-3
8184
wget -qO - http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/Debian_8.0/Release.key | sudo apt-key add -
8285
```
8386

87+
**NOTE:** Note that `apt-key` authentication command line, has been deprecated in Ubuntu 20.04 and later versions.
88+
{: .notice--info}
89+
8490
2. add repo to APT sources
8591

8692
```shell

doc/_dev-guide/chapter_5/section_1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ Its documentation is extensive and full of examples. More test examples can be f
8181

8282
### Installation on Ubuntu
8383

84+
**NOTE:** Note that `apt-key` authentication command line, has been deprecated in Ubuntu 20.04 and later versions.
85+
{: .notice--info}
86+
8487
```
8588
$ curl http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_12.04/Release.key | sudo apt-key add -
8689
$ 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

0 commit comments

Comments
 (0)