Package: aptitude
Version: 0.4.3-1
Severity: wishlist
File: /usr/share/man/man8/aptitude.8.gz

Your name shows twice.
Also GNU is not on Temple Place anymore.

Also mention if
       --purge-unused
          Purge packages that are no longer required by any installed package.
          This is equivalent to passing "-o Aptitude::Purge-Unused=true" as a
          command-line argument.
means that it will target as many as
$ deborphan -a|wc -l
572
etc.

I want a "vrms" like command line for anacron that will send me a list
of Obsolete and Locally Created Package by mail each month and
distinguish the ones made by dpkg-repack and the ones that silently
disappeared from sid.
I don't want to use a GUI like synaptic or the scary to me aptitude
GUI.
OK, maybe I will try
  apt-show-versions|sort >/tmp/apt-show-versions
  for i in /unknown 'newer than version in archive' \
  'No available version in archive'; do echo; echo ======$i;\
  fgrep "$i" /tmp/apt-show-versions; done


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to