Penguin

Differences between version 2 and previous revision of Deb.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Thursday, November 27, 2003 9:00:49 am by JohnMcPherson Revert
Older page: version 1 Last edited on Sunday, August 17, 2003 7:27:28 pm by CraigBox Revert
@@ -2,6 +2,10 @@
  
 A .deb is an ar(1) archive that contains the files in the package plus some MetaData regarding how to install, what the package provides and depends on, etc. This data allows the [APT] tool to automatically handle dependencies. 
  
 dpkg(8) is the tool you use to manipulate these - apt-get(8) calls dpkg. 
+  
+If you want to put a particular package on hold so that it won't be automatically upgraded by apt, do  
+ $ echo "<packagename> hold" | dpkg --set-selections  
+  
  
 See DebianPackaging for information on how to make one!