Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A Why is libvkd3d1 not upgrading on my system? (lubuntu 20.04 LTS)

In Debian derivatives (of which Ubuntu is one), and more generally those distributions that use the Debian apt package manager tool suite, for packages to be "kept back" during an upgrade means tha...

posted 2y ago by Canina‭

Answer
#1: Initial revision by user avatar Canina‭ · 2021-12-20T09:58:54Z (over 2 years ago)
In Debian derivatives (of which Ubuntu is one), and more generally those distributions that use the Debian `apt` package manager tool suite, for packages to be "kept back" during an upgrade means that upgrading those packages would require some change that the requested type of upgrade is prevented from performing.

For example, if a package upgrade would pull in a new package, then `upgrade` won't upgrade that package (because `upgrade` won't install any new packages), and consequently any further packages that depend on the kept-back package having been upgraded will also be kept back.

To perform such an upgrade, depending on whether you prefer to use `apt` or `apt-get`, you need to use either `apt full-upgrade` or `apt-get dist-upgrade` respectively.