Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
110
rated 0 times [  110] [ 0]  / answers: 1 / hits: 137459  / 1 Year ago, sun, january 1, 2023, 6:10:13

I used synaptic to lock the version of pidgin-data - how can I change the status from hold back to normal, so that it gets upgraded properly?



The PinningHowto says that doing an apt-get install packagename should remove the hold, but running dpkg -l | grep ^h still shows it as held:



hi  pidgin-data                                                 1:2.10.6-0ubuntu1+pidgin1.12.04                            multi-protocol instant messaging client - data files


How can I properly undo the hold status?


More From » apt

 Answers
4

You can use sudo apt-mark unhold package_name. The package is unheld and it returns a confirmation: Canceled hold on package_name..


To unhold all held packages you can use sudo apt-mark unhold $(apt-mark showhold).


[#36798] Sunday, January 1, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
skipu

Total Points: 366
Total Questions: 114
Total Answers: 112

Location: Saudi Arabia
Member since Mon, Sep 5, 2022
2 Years ago
;