-
Notifications
You must be signed in to change notification settings - Fork 48
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
Nala does not offer to upgrade packages that apt will : #29
Comments
Seeing the same issue. nala skips kernel updates, that apt installs. |
I wonder if that's intended behavior. |
Interesting point. Could be. Though I'm also seeing it skip updates from some 3rd party repos that apt handles fine, for example: |
yes-..maybe.. but why? And as an apt "replacement" - (many do alias nala to do apt work), this is kind of bad. |
This is going to be quite a long explanation. In order to understand why this is, there are some things about apt that you have to know first. There are 3 modes to an upgrade with apt.
Now that we have explained this, we can start talking about Nala. Nala uses python-apt in order to do the apt things. Python-apt has support for upgrade modes 1 and 3, but not 2 which is what before This is why you're seeing the discrepancy between nala and apt. If you compare what Now, there is a configuration option in Simply go into that file, and change the following option to true, and it will be like Nala was before.
If you don't want to change the config you can use I think that should be about it, if it's still unclear or you have any further questions, please feel free to ask. |
Thank you for the very thorough explanation! |
after nala/apt update .. Nala sees nothing to do.
apt upgrade sees a lot:
why/what is going on?
The text was updated successfully, but these errors were encountered: