-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request for feature] RPM freshen equivalent #136
Comments
Which implementation of apt-dater-host are you using? Maybe the |
@liske I'm using apt-dater 1.0.3-3 in ubuntu zesty. Adding --freshen support for RPM versions will likely be welcomed by RPM users, but it's missing completely for DEB users, hence requesting the feature in apt-dater. H |
What is the different between |
@liske you cannot specify a package This is not something available in .deb format currently, which apt-dater can bring to the table as it would already have a record of what updates is available. For example:
|
Thanks for the explanation. On Debian one could use something like |
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.
The text was updated successfully, but these errors were encountered: