User story #3116
closedTechniques Package Management don't let the user defines the version to install
Description
The techniques Package management for RHEL/CentOS/SuSE/RPM systems and Package management for Debian / Ubuntu / APT systems don't let user select specific version.
This prevents some case to be handled :
- on systems with differents version of a package installed, but not the one we want (for instance, package installed in version 1.2.3 and 1.2.5, and the one we want is 1.2.4)
- on system with not previous known state for a package (might be installed or not), we can't simply say : install on version 1.2.4 : install checks that the package is installed (but don't update); update updates it (but don't install it)
Having a repository with only the right version of the package won't work, as it wouldn't update from 1.2.5 to 1.2.4
Updated by Nicolas PERRON almost 12 years ago
- Target version changed from 2.5.0~beta1 to 2.5.0~rc1
Updated by Jonathan CLARKE almost 12 years ago
- Status changed from New to Rejected
This has been duplicated by #3147, but I'm closing this ticket because the other one has pull requests attached.