Since information about each host package is already in apt-dater, please add a freshen command as seen in RPM.
rpm {-F|--freshen} will only upgrade a package that is already installed and older than the latest version. This would make apt-dater a much better tool to manage security updates etc going forward.
The method I currently use is to Ctrl-T and ~p , then ';' then 'i' and then again to force an install again.
This has many problems, for instance, packages that are already up to date will still run apt-get, the glob matching on ~p is not working correctly, and can lead to installing software accidentally.
Adding the Freshen functionality on 'F' would mean pressing 'F' and entering the exact package name, and apt-dater would then freshen the package on all hosts.
Since information about each host package is already in apt-dater, please add a freshen command as seen in RPM.
rpm {-F|--freshen} will only upgrade a package that is already installed and older than the latest version. This would make apt-dater a much better tool to manage security updates etc going forward.
The method I currently use is to Ctrl-T and ~p , then ';' then 'i' and then again to force an install again.
This has many problems, for instance, packages that are already up to date will still run apt-get, the glob matching on ~p is not working correctly, and can lead to installing software accidentally.
Adding the Freshen functionality on 'F' would mean pressing 'F' and entering the exact package name, and apt-dater would then freshen the package on all hosts.