Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

Beginners Questions • Re: [O/S] What's wrong with the update?

$
0
0
Hello. Nothing is wrong here. This is a common occurrence that can happen for differen reasons. Maybe dependencies changed for one of the packages you have installed so that a new package must be installed to perform the upgrade.

If you need that package you can try running

Code:

sudo apt-get --with-new-pkgs upgrade <packages>
or simply

Code:

sudo apt-get install <packagea>
The former might be the better solution (maybe wait for a second opinion).

I tend to be cautious when this happens. So, do not do a dist-upgrade as it could remove packages.
Hello,
Thank you so much.
problem solved.

Statistics: Posted by jasonnix — 2024-02-23 11:59



Viewing all articles
Browse latest Browse all 2901

Trending Articles