Letzte Änderung am 2006-08-21 06:10:54 von Richard proofing
        
          Erweiterungen:
      
# dpkg --get-selections |awk '$2 == "hold" { print $1 }'  
To set packages on hold, use:
# echo <packetname> hold |dpkg --set-selections 
 
To allow updates to the packages again, use:
# echo <packetname> install |dpkg --set-selections 
 
              Löschungen:
      dpkg --get-selections |awk '$2  "hold" { print $1 }'
To set packages on hold, use:
echo <packetname> hold |dpkg --set-selections
To allow updates to the packages again, use:
echo <packetname> install |dpkg --set-selections  
    
    
  
    älteste bekannte Version dieser Seite wurde bearbeitet am 2006-02-21 17:34:05 von RoughNecks [  ]
        
    Which packages are on hold?
That is fast resolved with this command sequence:
dpkg --get-selections |awk '$2 
 "hold" { print $1 }'
thanks to slh
To set packages on hold, use:
echo <packetname> hold |dpkg --set-selections
To allow updates to the packages again, use:
echo <packetname> install |dpkg --set-selections  
  
 
  
Letzter Editor :
Eigentümer :