deb https://*/ buster main contrib non-free => deb-src https://*/ buster main contrib non-free
sudo apt build-dep nginx
ngx_version=$(apt-cache policy nginx | grep Candidate | awk -F ':' '{print $2}' | awk -F '-' '{print $1}' | awk '{ gsub(/ /,""); print }')