I am receiving an alert about:
Packages not installed from apt repositories: linux-image-2.6.18-19-ovz-686
but I wish to ignore this alert because this pakage must be installed.
Can you tell me how to avoid this allert or where to read about it?
Thank you. Rodolfo Pilas
Re: Rodolfo Pilas 2009-11-15 <4AFFFC26.60109 at pilas.net>
I am receiving an alert about:
Packages not installed from apt repositories: linux-image-2.6.18-19-ovz-686
but I wish to ignore this alert because this pakage must be installed.
Hi,
the prefered solution is to set up an apt repository that contains the package. What also works is to set the package on hold:
echo linux-image-2.6.18-19-ovz-686 hold | dpkg --set-selections
Using apt pinning (man apt_preferences) might also work, but is ugly to work with.
Christoph
cb at df7cb.de | http://www.df7cb.de/
El 16/11/09 10:00 a.m., Christoph Berg escribió:
the prefered solution is to set up an apt repository that contains the package.
Thank you Christoph. The problem was that the package was removed from the repository and I maintained it installed.
echo linux-image-2.6.18-19-ovz-686 hold | dpkg --set-selections
Your suggestion enables me to found the problem. Thank you!
Rodolfo Pilas
participants (2)
-
cb@df7cb.de
-
rodolfo@pilas.net