How do I update Chrome drivers on Linux?

How do I update Chrome drivers on Linux?

Below is the syntax for updating Chrome drivers -

version=$(curl -s “https://chromedriver.storage.googleapis.com/LATEST_RELEASE”) wget -qP /tmp/ “https://chromedriver.storage.googleapis.com/${version}/chromedriver_linux64.zip” sudo unzip -o /tmp/chromedriver_linux64.zip -d /usr/bin