I am using Ubuntu 20.04 and i have installed nginx using sudo apt update sudo apt install nginx
But after installation when i do nginx -V to check version it always shows 1.18 version instead of latest version.
How i can install latest stable version of nginx on ubuntu 20.04?
If you want to install version 1.20.2 specifically, you will need to add the official nginx repository to your Sources list.
Here is how you do it:
.list
file for apt: