Re: how can I see version changes using aptitude?
On Sat, Aug 16, 2008 at 06:59:02PM +0900, Osamu Aoki wrote:
> On Sat, Oct 13, 2007 at 09:36:27PM +0300, Giorgos Pallas wrote: > > Kelly Clowers wrote: > > > On 10/13/07, Giorgos Pallas <gpall@ccf.auth.gr> wrote: > > > > > >> Hello to everybody! > > >> > > >> When I was using synaptic, I remember that it showed the version changes > > >> for every packet that was to be upgraded. > > >> > > >> Where exactly is this information hidden? How can I see it using > > >> aptitude, or maybe another command-line tool? I searched the internet > > >> but I can't seem to find something... > > >> > > > > > > Do you want to see the current version number of the packages and the > > > new version number? You can see that by using aptitude in interactive > > > mode (invoke "aptitude" instead of "aptitude upgrade"). > > > > > > If you mean you want to see what changes have been made to the > > > packages, check out apt-listchanges. > > OK, apt-listchanges was the answer. Thanks! > > FYI: You should also consider apt-listbugs > > Why install very buggy package either in command line or interactive > mode:-) > > Osamu > >
Or you can try to edit your aptitude configurations:
in ~/.aptitude/config
aptitude::CmdLine::Package-Display-Format "%c%a%M %p %v / %V# - %d#";
Then after `aptitude update` run `aptitude search "~U"` and your
output will be something like:
# aptitude search "~U"
i A cpp 4:4.2.1-6 / 4:4.2.2-2 - The GNU Cpreprocessor (cpp)
^ Cur ^ New
--
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs.
- Richard Stallman
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Received on Tue Feb 5 19:25:50 2008
This archive was generated by hypermail 2.1.8
: Mon Mar 10 2008 - 15:11:19 EDT
|