Questions tagged [held-packages]
45 questions
13
votes
1 answer
Blacklist only one specific version of a package for upgrades
Let's say we have a package mypackage that is available in different versions from different sources. I do not want to disable any of these sources though.
However, the currently latest version of mypackage is buggy on my system, but previous…
Byte Commander
- 110,243
9
votes
3 answers
libsensors5 or libsensors-config upgrade problem
After upgrading my Ubuntu from 18.10 to 19.04 some packages were held back but I didn't really care since I thought the issues will be resolved in a few weeks when dependencies will be upgradeable to proper versions for my OS. After a while that…
croc
- 181
- 1
- 1
- 8
6
votes
1 answer
The following packages have been kept back
I have already tried all the usual fixes to this .. no luck so far
sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have…
Scott Stensland
- 17,385
5
votes
1 answer
The following packages have been kept back
Here is a long list of packages that have been kept back:
The following packages have been kept back: aptdaemon
fcitx-frontend-qt5 gir1.2-packagekitglib-1.0 kde-style-breeze
kde-style-breeze-qt4 libfcitx-qt5-1 libkf5archive5 libkf5auth-data …
Jacs
- 239
4
votes
0 answers
grub held back from update for weeks
the two packages "grub-efi-amd64-bin" and "grub-efi-amd64-signed" have been held back from being updated(upgraded) by apt for more than a week now maybe two weeks.
sometimes when the linux image gets updated, some packages get stuck on being held…
Usermaxn
- 247
- 2
- 10
4
votes
4 answers
mariadb-server : Depends: mariadb-server-10.3 (>= 1:10.3.25-0ubuntu0.20.04.1) but it is not going to be installed
Recognizing that this is basically a FAQ:
nicholas@mordor:~$
nicholas@mordor:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove…
Nicholas Saunders
- 1,484
3
votes
1 answer
Can't install MySQL 5.6 on Ubuntu 16.10
I was following this instruction https://askubuntu.com/a/765458/490870
duke@ostrov:~$ sudo apt install mysql-server-5.6
[sudo] password for duke:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some…
Viktor
- 212
3
votes
3 answers
Issues with Unity Tweak Tool on Ubuntu 16.04
I recently installed 16.04 on my desktop, and one of the first things I did was install the Unity Tweak Tool (via the Ubuntu Software app store). It was working fine for a while. Later, after making some more customizations (installed Cairo-Dock,…
saltthehash
- 131
- 1
- 4
3
votes
2 answers
Packages are constantly being held back
Seems like lately when I go to update my Ubuntu 22.04 machines I constantly see that packages are held back for seemingly no reason. Here's the latest:
Earth:sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading…
Andrew DeFaria
- 409
2
votes
1 answer
Hide hold back package from being listed in software updater and apt
I'm running 16.04 but downgraded the gedit package from 3.18.3 back to version 3.10.4 because of the new ugly and badly usable design, following this great answer by @Videonauth.
His script installs the old gedit and all available and wanted plugins…
Byte Commander
- 110,243
2
votes
1 answer
How to unlock a package that was locked with Muon
I used the Muon package manager to lock a package to a specific version, but when I try to release the lock, I get the message "The package code could not be locked. Failed to write lock file."
Also sudo apt-mark showhold is empty. I tried purging…
Mike
- 713
2
votes
0 answers
Cannot Install Wine Using Apt, As I Am Holding Broken Packages
I recently decided to install Wine on my computer so I could run some Windows programs on Kubuntu 21.04. However, whenever I install package winehq-devel, I get the output below:
darkbrave_@darkbrave-kubuntu:~$ sudo apt install winehq-devel
Reading…
DarkBrave_
- 87
- 1
- 2
- 15
2
votes
1 answer
Update unresolvable problem
When I am try to update my system , I am getting the following error:
Could not initialise the package information
An unresolvable problem occurred while initialising the package information.
Please report this bug for the 'update-manager'…
Ian
- 21
2
votes
1 answer
apt : Differences between packages “held back” et “automatically held in their current state” and how should I manage this?
In aptitude, when I type g for go, I get amongst the proposed changes, a list of both "Packages being held back (232)" and "Packages being automatically held in their current state (48)". What is the differences between those ?
I suspect their…
Camion
- 153
1
vote
1 answer
couchdb : Depends: couchdb-bin (>= 1.6.1-0ubuntu4) broken packages
I encountered a problem trying to install couchdb on my Ubuntu 14.10 (GNU/Linux 3.10.23-xxxx-std-ipv6-64 x86_64) server.
When I run apt-get install couchdb,
I've got the following mistakes :
The following packages have unmet dependencies.
…
Rémi P
- 111