A Django site.
June 29, 2008
» View A Package Changelog Entry With Aptitude or Synaptic

Last week Aaron asked me if I knew the reason behind the latest kernel update, or if I knew where to find the changelog.  I poked around a bit and found that Aptitude, the command-line package management tool, has a changelog option.  If you’d like to see the changelog for a package before you update, or even after you’ve updated, you can do so with Aptitude.

Viewing the Changelog From The Terminal

Taking a look at the changelog for a package can be done at the command line by using:

aptitude changelog <packagename>

This only works for officially supported packages, so it’ll complain if you try it against something from a PPA, but this still covers quite a few packages.  So, if you’ve ever wondered the reason behind the update, you can check out the changelog and take a look!

Viewing the Changelog From Synaptic

The same functionality is available within Synaptic as well.  Navigate to:

“System > Administration > Synaptic Package Manager”

synaptic package manager

Find the package you’re interested in using the “Search” button and then select “Package > Download Changelog” from the Synaptic File menu.

download changelog

Random Posts

October 12, 2007

John Anderson
sontek
sontek ( John M. Anderson )
» Horizontal Scroll Bug in Firefox

An annoying bug in Firefox is that it detects the horizontal scroll sent by synaptic as the back/forward actions rather than scrolling. To fix this you need to go into firefox and type about:config in the location bar.  And then filter for mousewheel.horizscroll.withnokey.

You need to set the action to be 1 (2 is forward/back) and  set sysnumlines to true.

so it should look like:

mousehweel.horizscroll.withnokey.action = 1
mousewheel.horizscroll.withnokey.sysnumlines = true

and then you will be able scroll properly!

You can also disable the scroll completely if you don’t want it at all by adding Option “HorizScrollDelta” “0″ to the input section of xorg.conf