Results 29 comments of volitank

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...

It says right in there that it is `Auto-Removing`. Try `apt full-upgrade --auto-remove` and see if the same behavior happens.

This is why I said to run `apt full-upgrade --auto-remove` This is closer to what Nala is performing. Did you try that?

If you want it to stop immediately then you can change the config option in `/etc/nala/nala.conf` as below. ``` # Set to false to disable auto auto-removing auto_remove = false...

I just noticed you're on 20.04. Can you give me the output of `nala --version` and `apt list nala -a`?

I believe you are using nala-legacy, which is very old and no longer supported. It's a compiled binary and tended to have a lot of weird compiler bugs. I would...

That's weird. In the URL there is a tab `\t`. Could you look into your sources.list files? `/etc/apt/sources.list` and then anything in `/etc/apt/sources.list.d/` We need to see how they have...

Interesting. i wasn't aware that Apt even supported Tor. Did it complete successfully when falling back to apt_pkg?

Yea, in that case it would use tor. When it falls back to apt_pkg it downloads them exactly as if apt were doing it.