X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2d4aa48a2e3e493780a797b828a04066ef1994fa..23af6e40b1ebe4b7fe1047520fcb3327c7212916:/doc/apt-mark.8.xml diff --git a/doc/apt-mark.8.xml b/doc/apt-mark.8.xml index 35412d7c9..01c8665dd 100644 --- a/doc/apt-mark.8.xml +++ b/doc/apt-mark.8.xml @@ -5,6 +5,9 @@ %aptent; + +%aptverbatiment; + ]> @@ -15,7 +18,7 @@ &apt-email; &apt-product; - 9 August 2009 + 21 April 2011 @@ -39,12 +42,13 @@ - markauto - unmarkauto + auto + manual + showauto + showmanual package - showauto @@ -62,27 +66,60 @@ apt-get or aptitude. - markauto - markauto is used to mark a + auto + auto is used to mark a package as being automatically installed, which will cause the package to be removed when no more manually installed packages depend on this package. - unmarkauto - unmarkauto is used to mark a + manual + manual is used to mark a package as being manually installed, which will prevent the package from being automatically removed if no other packages depend on it. + hold + hold is used to mark a + package as hold back, which will prevent the package from being + automatically installed, upgraded or removed. + The command is only a wrapper around dpkg --set-selections + and the state is therefore maintained by &dpkg; and not effected + by the option. + + + + unhold + unhold is used to cancel a + previously set hold on a package to allow all actions again. + + + showauto showauto is used to print a - list of manually installed packages with each package on a new line. + list of automatically installed packages with each package on a new line. + All automatically installed packages will be listed if no package is given. + If packages are given only those which are automatically installed will be shown. + + + + showmanual + showmanual can be used in + the same way as showauto except that it will print + a list of manually installed packages instead. + + showhold + showhold is used to print a list + of packages on hold in the same way as for the other show commands. + + + + @@ -99,34 +136,14 @@ is extended_status in the directory defined by the Configuration Item: Dir::State. - - - - Show a short usage summary. - - - - - - - - Show the program version. - - - - + &apt-commonoptions; Files - /var/lib/apt/extended_states - Status list of auto-installed packages. - Configuration Item: Dir::State - sets the path to the extended_states file. - - + &file-extended_states;