Ubuntu - apt-get - Install a package without upgrading

If for some reason you want to install a package but do not want to upgrade it if it is already installed.

sudo apt-get install <package_name> --no-upgrade