@@ -469,7 +469,7 @@ Follow these steps before you install NGINX Open Source or NGINX Plus.
469469
470470 ` ` ` shell
471471 sudo yum install app-protect-module-oss
472- sudo apt-get install nginx=1.25.5-1~ ` lsb_release -cs` app-protect-module-oss
472+ sudo apt-get install app-protect-module-oss
473473 ` ` `
474474
475475 When prompted to accept the GPG key, verify that the fingerprint matches `573B FD6B 3D8F BC64 1079 A6AB ABF5 BD82 7BD9 BF62`, and if so, accept it.
@@ -504,7 +504,7 @@ Follow these steps before you install NGINX Open Source or NGINX Plus.
504504 sudo mkdir -p /etc/packages/
505505 cd /etc/packages/
506506 sudo apt-get update
507- sudo bash -c 'for i in $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances nginx=1.25.5-1~ ` lsb_release -cs` app-protect-module-oss | grep "^\w" | sort -u); do apt-get download $i; done 2>>/etc/packages/errors.txt'
507+ sudo bash -c 'for i in $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances app-protect-module-oss | grep "^\w " | sort -u); do apt-get download $i; done 2>>/etc/packages/errors.txt'
508508 ` ` `
509509
510510{{%/tab%}}
@@ -518,7 +518,7 @@ Follow these steps before you install NGINX Open Source or NGINX Plus.
518518 sudo mkdir -p /etc/packages/
519519 cd /etc/packages/
520520 sudo apt-get update
521- sudo bash -c 'for i in $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances nginx=1.25.5-1~`lsb_release -cs` app-protect-module-oss | grep "^\w" | sort -u); do apt-get download $i; done 2>>/etc/packages/errors.txt'
521+ sudo bash -c 'for i in $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances app-protect-module-oss | grep "^\w " | sort -u); do apt-get download $i; done 2>>/etc/packages/errors.txt'
522522 ` ` `
523523
524524{{%/tab%}}
@@ -592,7 +592,7 @@ Follow these steps before you install NGINX Open Source or NGINX Plus.
592592 sudo mkdir -p /etc/packages/
593593 cd /etc/packages/
594594 sudo apt-get update
595- sudo bash -c 'for i in $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances nginx=1.25.5-1~ ` lsb_release -cs` app-protect-module-oss | grep "^\w" | sort -u); do apt-get download $i; done 2>>/etc/packages/errors.txt'
595+ sudo bash -c 'for i in $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances app-protect-module-oss | grep "^\w " | sort -u); do apt-get download $i; done 2>>/etc/packages/errors.txt'
596596 ` ` `
597597
598598{{%/tab%}}
@@ -606,7 +606,7 @@ Follow these steps before you install NGINX Open Source or NGINX Plus.
606606 sudo mkdir -p /etc/packages/
607607 cd /etc/packages/
608608 sudo apt-get update
609- sudo bash -c 'for i in $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances nginx=1.25.5-1~`lsb_release -cs` app-protect-module-oss | grep "^\w" | sort -u); do apt-get download $i; done 2>>/etc/packages/errors.txt'
609+ sudo bash -c 'for i in $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances app-protect-module-oss | grep "^\w " | sort -u); do apt-get download $i; done 2>>/etc/packages/errors.txt'
610610 ` ` `
611611
612612{{%/tab%}}
@@ -620,7 +620,7 @@ Follow these steps before you install NGINX Open Source or NGINX Plus.
620620 sudo mkdir -p /etc/packages/
621621 cd /etc/packages/
622622 sudo apt-get update
623- sudo bash -c 'for i in $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances nginx=1.25.5-1~`lsb_release -cs` app-protect-module-oss | grep "^\w" | sort -u); do apt-get download $i; done 2>>/etc/packages/errors.txt'
623+ sudo bash -c 'for i in $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances app-protect-module-oss | grep "^\w " | sort -u); do apt-get download $i; done 2>>/etc/packages/errors.txt'
624624 ` ` `
625625
626626{{%/tab%}}
@@ -1020,7 +1020,7 @@ Uninstall the NGINX App Protect WAF v5 package:
10201020
10211021` ` ` shell
10221022sudo yum remove app-protect-module-oss
1023- sudo apt-get remove nginx=1.25.5-1~ ` lsb_release -cs` app-protect-module-oss
1023+ sudo apt-get remove app-protect-module-oss
10241024` ` `
10251025
10261026For NGINX Plus
0 commit comments