Apt upgrade or full-upgrade?

Ubuntu Version: 25.04

Desktop Environment Gnome

Problem Description: Gnome shell crash after partial update
On Ubuntu 25.04 i did an apt upgrade, after that at reboot gnome shell crashed:

problem was fixed running a full-upgrade.
Do I always have to do a full upgrade?
or this is an exceptional situation?

Relevant System Information:
corrado@corrado-n9-pp-0128:~$ inxi -SCc
System:
Host: corrado-n9-pp-0128 Kernel: 6.12.0-15-generic arch: x86_64 bits: 64
Desktop: GNOME v: 48.beta Distro: Ubuntu 25.04 (Plucky Puffin)
CPU:
Info: 6-core model: 11th Gen Intel Core i5-11400 bits: 64 type: MT MCP
cache: L2: 3 MiB
Speed (MHz): avg: 800 min/max: 800/4400 cores: 1: 800 2: 800 3: 800 4: 800
5: 800 6: 800 7: 800 8: 800 9: 800 10: 800 11: 800 12: 800
corrado@corrado-n9-pp-0128:~$

What I’ve Tried:
full-upgrade fixed the problem

1 Like

I’ve always run apt full-upgrade on a development system such as plucky I’m using now, OR testing when I’m using Debian.

Definitely not. But at times you will need to use it.

I also never use a -y parameter, and always scan the changes that will occur too; and if something doesn’t feel right; I don’t go ahead & try and work out what didn’t look right to me.

From man apt there is the following definition

full-upgrade performs the function of upgrade but will remove currently installed packages if this is needed to upgrade the system as a whole.

Our using the development release means we’re not using a stable system, thus packages needing to be removed can, and will on rare occasion occur.

My 2c, but I’ve NOT explored your packages & actual issue (ie. changes in GNOME packages)

3 Likes

aptitude safe-upgrade

1 Like

In the many, many years I have been running Ubuntu, I never do apt upgrade or apt-get upgrade. It isn’t the right course of action, especially for a development release, IMHO.

apt-get dist-upgrade or apt dist-upgrade are preferred over apt-get upgrade or apt upgrade. I have never fathomed why someone tracking the development release would do upgrade over dist-upgrade (or for that matter, full-upgrade`). It makes no sense.

2 Likes

I have not heard of this one.

lol I’m just smiling with you, and I assume you meant “dist-upgrade”
BTW I use the very same commands as you do. Also for a number of years now. :smiley:

3 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.