I know how to install a specific version of a package. Now I want to upgrade all packages of my system with:
sudo apt upgrade
But for a specific package, I do not want it to upgrade to the latest version, but to a specific one. E. g., currently installed version is 1. Latest available via apt
is 3. I want to upgrade to 2. Is it possible with apt
?