Because of bug #693758 I'd like to prevent apt-get upgrade and Update Manager from updating the "libgtk2.0-0" package.
How can this be achieved?
|
Because of bug #693758 I'd like to prevent How can this be achieved?
| ||||
|
feedback
|
|
Now go to Synaptic Package Manager (System > Administration > Synaptic Package Manager) Click search button and type package name. When you find package select it and go to Package (in menu) and click Lock Version.
and you are done, now that package will not show in update manager and it will not be updated. There are three ways of holding back packages, with dpkg, aptitude or with dselect. Using dpkg Put a package on hold
Remove the hold
Displaying the status of your packages
Displaying the status of a single package
Using aptitude you can hold a package using
and remove the hold with
Using dselect With dselect, you just have to enter the [S]elect screen, find the package you wish to hold in its present state, and press = or H. The changes will go live immediately after you exit the [S]elect screen. | |||||
feedback
|
|
I synaptic you can freeze the version of a specific package I'm not a 100% sure as to whether this will amend apt-get but it will definately stop update manager. To freeze a package select it in synaptic then open the package menu and select freeze version. Hope this helps edit: This question 16668 deals with a similar situation | |||
|
feedback
|
|
Everything you ever wanted to know about "holding" and "pinning" packages to specific versions: https://help.ubuntu.com/community/PinningHowto | |||
|
feedback
|