View Single Post
Posts: 915 | Thanked: 3,209 times | Joined on Jan 2011 @ Germany
#210
Originally Posted by joerg_rw View Post
This will render the HAM "install all updates" button useless for all future updates of any packages. :-/
I don't consider "install all updates" to be a good idea at all if you have testing and devel activated. But maybe I'm biased due to my use of Debian.

Frankly I'm not really sure what HAM does but I guess it's just a dpkg or apt-get wrapper. In that case after installing monav from extras or testing this should "fix" it for now:
Code:
sudo echo monav "hold" | dpkg --set-selections
This way there will be no updates of monav at all. If you want to receive updates again call this:
Code:
sudo echo monav "install" | dpkg --set-selections
 

The Following 4 Users Say Thank You to sulu For This Useful Post: