diff --git a/crowdsec-docs/unversioned/getting_started/installation/linux.mdx b/crowdsec-docs/unversioned/getting_started/installation/linux.mdx index 0bca9a244..2af9f5728 100644 --- a/crowdsec-docs/unversioned/getting_started/installation/linux.mdx +++ b/crowdsec-docs/unversioned/getting_started/installation/linux.mdx @@ -123,7 +123,9 @@ If you prefer to manually add the repository, you can do so by following the ins ### Install Security Engine -Once the repository is added, you can install the Security Engine via: +#### Check Install Candidate + +Before installing the Security Engine, make sure the version you are about to install is the latest from our official repositories. In some cases, other package sources on your system may have a higher priority and override our repository. - apt install crowdsec + apt list crowdsec :::warning If you are using ESM/Pro Ubuntu you will need to alter the package weights to get the latest version see below ::: @@ -204,6 +206,51 @@ Once the repository is added, you can install the Security Engine via: + + yum list crowdsec + + + + dnf list crowdsec + + + + zypper info crowdsec + + + + opkg list | grep crowdsec + + + + yum list crowdsec + + + + +:::warning +Ensure the above command outputs you are installing a version higher than **1.4.6** otherwise you are installing an old and outdated version. +::: + +#### Install Command + +Once the repository is added and you have checked the install candidate, you can install the Security Engine via: + + + + apt install crowdsec + + yum install crowdsec