volitank / nala

Nala is a front-end for libapt-pkg.
GNU General Public License v3.0
1.33k stars 49 forks source link

incomplete upgrade #31

Open dominix opened 6 months ago

dominix commented 6 months ago

Hi everyone, and thank you for this amazing project.

whenever I do a nala upgrade, it often end with not installing a few packages. however if I do an apt dist-upgrade ou full-upgrade every packages install just fine. could it be possible to a command that mimic full-upgrade an go further in the resolution of dependencies.

Thank for the good work.

volitank commented 6 months ago

Yes, you can use nala full-upgrade or nala upgrade --full. dist-upgrade is also an alias for this.

Please note that in the latest version of Nala there is a slight bug where the two aliases won't update the package list, so you may need to run nala update first. nala upgrade --full will still update the lists however, and is the preferred choice.