Advertisement
Guest User

aptitude

a guest
Jun 4th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.29 KB | None | 0 0
  1. user@server:/usr/share/doc/cron-apt/examples$ sudo cron-apt -s
  2. CRON-APT RUN [/etc/cron-apt/config]: Mon Jun 4 18:24:39 CEST 2012
  3. CRON-APT ACTION: 0-update
  4. CRON-APT LINE: /usr/bin/aptitude -q -o Dir::Etc::SourceList=/etc/apt/security-sources.list update -o quiet=2
  5. Ign http://security.ubuntu.com hardy-security InRelease
  6. Hit http://security.ubuntu.com hardy-security Release.gpg
  7. Hit http://security.ubuntu.com hardy-security Release
  8. Hit http://security.ubuntu.com hardy-security/restricted Sources
  9. Hit http://security.ubuntu.com hardy-security/main Sources
  10. Hit http://security.ubuntu.com hardy-security/multiverse Sources
  11. Hit http://security.ubuntu.com hardy-security/universe Sources
  12. Hit http://security.ubuntu.com hardy-security/restricted amd64 Packages
  13. Hit http://security.ubuntu.com hardy-security/main amd64 Packages
  14. Hit http://security.ubuntu.com hardy-security/multiverse amd64 Packages
  15. Hit http://security.ubuntu.com hardy-security/universe amd64 Packages
  16. Hit http://security.ubuntu.com hardy-security/restricted i386 Packages
  17. Hit http://security.ubuntu.com hardy-security/main i386 Packages
  18. Hit http://security.ubuntu.com hardy-security/multiverse i386 Packages
  19. Hit http://security.ubuntu.com hardy-security/universe i386 Packages
  20. Ign http://security.ubuntu.com hardy-security/main TranslationIndex
  21. Ign http://security.ubuntu.com hardy-security/multiverse TranslationIndex
  22. Ign http://security.ubuntu.com hardy-security/restricted TranslationIndex
  23. Ign http://security.ubuntu.com hardy-security/universe TranslationIndex
  24. Ign http://security.ubuntu.com hardy-security/main Translation-en
  25. Ign http://security.ubuntu.com hardy-security/multiverse Translation-en
  26. Ign http://security.ubuntu.com hardy-security/restricted Translation-en
  27. Ign http://security.ubuntu.com hardy-security/universe Translation-en
  28. Reading package lists...
  29. CRON-APT ACTION: 3-download
  30. CRON-APT LINE: /usr/bin/aptitude -q -o Dir::Etc::SourceList=/etc/apt/security-sources.list autoclean -y
  31. Reading package lists...
  32. Building dependency tree...
  33. Reading state information...
  34. Reading extended state information...
  35. Initializing package states...
  36. Freed 0 B of disk space
  37. CRON-APT LINE: /usr/bin/aptitude -q -o Dir::Etc::SourceList=/etc/apt/security-sources.list dist-upgrade -y -o APT::Get::Show-Upgraded=true
  38. Reading package lists...
  39. Building dependency tree...
  40. Reading state information...
  41. Reading extended state information...
  42. Initializing package states...
  43. No packages will be installed, upgraded, or removed.
  44. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  45. Need to get 0 B of archives. After unpacking 0 B will be used.
  46. Reading package lists...
  47. Building dependency tree...
  48. Reading state information...
  49. Reading extended state information...
  50. Initializing package states...
  51. CRON-APT ACTION: 9-notify
  52. CRON-APT LINE: /usr/bin/aptitude -q -o Dir::Etc::SourceList=/etc/apt/security-sources.list -q -q --no-act upgrade
  53. /usr/bin/aptitude: unrecognized option '--no-act'
  54. aptitude 0.6.6
  55. Usage: aptitude [-S fname] [-u|-i]
  56. aptitude [options] <action> ...
  57. Actions (if none is specified, aptitude will enter interactive mode):
  58.  
  59. install - Install/upgrade packages.
  60. remove - Remove packages.
  61. purge - Remove packages and their configuration files.
  62. hold - Place packages on hold.
  63. unhold - Cancel a hold command for a package.
  64. markauto - Mark packages as having been automatically installed.
  65. unmarkauto - Mark packages as having been manually installed.
  66. forbid-version - Forbid aptitude from upgrading to a specific package version.
  67. update - Download lists of new/upgradable packages.
  68. safe-upgrade - Perform a safe upgrade.
  69. full-upgrade - Perform an upgrade, possibly installing and removing packages.
  70. build-dep - Install the build-dependencies of packages.
  71. forget-new - Forget what packages are "new".
  72. search - Search for a package by name and/or expression.
  73. show - Display detailed information about a package.
  74. versions - Displays the versions of specified packages.
  75. clean - Erase downloaded package files.
  76. autoclean - Erase old downloaded package files.
  77. changelog - View a package's changelog.
  78. download - Download the .deb file for a package.
  79. reinstall - Download and (possibly) reinstall a currently installed package.
  80. why - Show the manually installed packages that require a package, or
  81. why one or more packages would require the given package.
  82. why-not - Show the manually installed packages that lead to a conflict
  83. with the given package, or why one or more packages would
  84. lead to a conflict with the given package if installed.
  85.  
  86. Options:
  87. -h This help text.
  88. --no-gui Do not use the GTK GUI even if available.
  89. -s Simulate actions, but do not actually perform them.
  90. -d Only download packages, do not install or remove anything.
  91. -P Always prompt for confirmation of actions.
  92. -y Assume that the answer to simple yes/no questions is 'yes'.
  93. -F format Specify a format for displaying search results; see the manual.
  94. -O order Specify how search results should be sorted; see the manual.
  95. -w width Specify the display width for formatting search results.
  96. -f Aggressively try to fix broken packages.
  97. -V Show which versions of packages are to be installed.
  98. -D Show the dependencies of automatically changed packages.
  99. -Z Show the change in installed size of each package.
  100. -v Display extra information. (may be supplied multiple times).
  101. -t [release] Set the release from which packages should be installed.
  102. -q In command-line mode, suppress the incremental progress
  103. indicators.
  104. -o key=val Directly set the configuration option named 'key'.
  105. --with(out)-recommends Specify whether or not to treat recommends as
  106. strong dependencies.
  107. -S fname Read the aptitude extended status info from fname.
  108. -u Download new package lists on startup.
  109. (terminal interface only)
  110. -i Perform an install run on startup.
  111. (terminal interface only)
  112.  
  113. This aptitude does not have Super Cow Powers.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement