Upgrade a package on Ubuntu

Hi,

I want to upgrade a package to a specified version on Ubuntu, can you please shed some light?

I know we can do it with

but jere i want to upgrade the package to a specified version.

Can someone please assist?

Thanks

# apt-get upgrade <package> 

Will list the available updates for that package and let you install them by

apt-get install {package-name}