Describes packages as "previously deselected" when they never were
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dpkg |
Fix Released
|
Unknown
|
|||
dpkg (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Ubuntu Ocelot alpha 2 (but this bug goes back as far as I can remember)
1. Install Ubuntu.
2. In your brand new Ubuntu installation, install something from the Terminal, e.g. "apt-get install bzr".
What you see:
...
Fetched 3,163 kB in 0s (7,114 kB/s)
Selecting previously deselected package python-configobj.
(Reading database ... 150133 files and directories currently installed.)
Unpacking python-configobj (from .../python-
Selecting previously deselected package python-bzrlib.
Unpacking python-bzrlib (from .../python-
Selecting previously deselected package bzr.
Unpacking bzr (from .../bzr_
Selecting previously deselected package patch.
Unpacking patch (from .../patch_
Selecting previously deselected package bzrtools.
Unpacking bzrtools (from .../bzrtools_
Selecting previously deselected package python-paramiko.
Unpacking python-paramiko (from .../python-
...
What you should see: apt shouldn't claim that a package was "previously deselected" when it never was.
Changed in apt (Ubuntu): | |
status: | New → Confirmed |
Changed in dpkg (Ubuntu): | |
importance: | Undecided → Wishlist |
Changed in dpkg: | |
status: | Unknown → New |
Changed in dpkg: | |
status: | New → Fix Committed |
Changed in dpkg: | |
status: | Fix Committed → Fix Released |
It's dpkg who emits this sentence, so lets reassign it.