Dne po 28. května 2012 Lisi napsal(a):
And I used # aptitude update # aptitude install -t squeeze-backports icedove instead of running apt-get as a normal user, which I would not expect to have worked.
Here again is teh result:
root@Squeeze:/home/john# aptitude install -t squeeze-backports icedove The following NEW packages will be installed: icedove 0 packages upgraded, 1 newly installed, 0 to remove and 79 not upgraded. Need to get 13.4 MB of archives. After unpacking 41.7 MB will be used. Get:1 http://backports.debian.org/debian-backports/ squeeze-backports/main icedove amd64 3.1.16-1~bpo60+1 [13.4 MB] Fetched 13.4 MB in 18s (729 kB/s) Selecting previously deselected package icedove. (Reading database ... 120924 files and directories currently installed.) Unpacking icedove (from .../icedove_3.1.16-1~bpo60+1_amd64.deb) ... Processing triggers for hicolor-icon-theme ... Processing triggers for man-db ... Setting up icedove (3.1.16-1~bpo60+1) ...
Apparently, you install a version of backports (3.1.16) and not from the mozilla team (10.0.3). Try to run aptitude install icedove (without -t squeeze-backports).
Slávek --