apt-history
intro
I saw apt-history mentioned at
http://www.debian-administration.org/articles/158
Since i co-administer number of Debian Gnu/Linux machines, and i've been looking for
a package like that for a long time, apt-history is something that i wished i had on many ocassions.
CVS browsing and checking out
you can browse it in CVS at
http://cvs.socialtools.net/cgi-bin/viewcvs.cgi/apt-history/
to check it out of CVS:
cvs -d :pserver:anonymous@cvs.saucecode.org:/cvsroot login
cvs -z3 -d :pserver:anonymous@cvs.saucecode.org:/cvsroot co apt-history
original source
it can be found
http://redclay.altervista.org/archivio/python/apt-history/apt-history_0.1/
Author and license
(C) 2005 Vittorio Palmisano
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--
ToniPrug - 26 Jun 2005
to top