View Single Post

   
  #4 (permalink)  
Old 01-19-2008, 07:56 AM
JD
 
Posts: n/a
Default Re: How to ignore packages/programs with apt-get?

On 2006-08-18, ANTant@zimage.com <ANTant@zimage.com> wrote:
> Does apt-get have a way to ignore packages/programs that I don't want to
> download/install/upgrade? Right now, I am using an old version of Pan. I do not like the newer
> one under development.


echo "pan hold"|dpkg --set-selections
will do the trick. Unhold will reverse it.

Reply With Quote