On Sun, Nov 13, 2011 at 9:45 AM, Laurent Dard <f.couperin(a)online.fr> wrote:
Le 12/11/2011 23:24, Thierry de Coulon a écrit :
Yes, and Tim says that's the problem. However
there is not upgrade to
3.3.8d from apt-get (I added the sqeeze repositories and did several
apt-get upgrades. Synaptic says I have the latest available version.
You'll have to force a "downgrade".
As root:
for f in `dpkg -l | grep 3:3.3.8-d-0ubuntu0 | awk '{print $2}'` ; do
apt-get install $f=3:3.3.8d-0ubuntu0+sr73+pr181~squeeze
done
--
Laurent Dard
Thanks for the syntax. Actually I simply installed from the gui and it
worked, I assumed it just did something like dpkg -i
Thierry