No record of which repository a package was installed from
Bug #1091228 reported by
Matthew Paul Thomas
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt (Ubuntu) |
New
|
Medium
|
Unassigned |
Bug Description
Currently, for any given package you have installed, there is no record of which source/repository it was installed from.
This is important if, for example, you want to remove an experimental repository (such as a PPA). The repository may no longer contain those packages, and may no longer even exist, but you may still want to remove all software that was installed from that repository (bug 625628).
It may also be helpful, when diagnosing problems, to tell whether any installed packages are from unusual sources.
apt could record the source used whenever installing or upgrading/
Changed in apt (Ubuntu): | |
importance: | Undecided → Medium |
Changed in apt (Ubuntu): | |
status: | New → Fix Committed |
Changed in apt (Ubuntu): | |
status: | Fix Committed → New |
Changed in apt (Ubuntu): | |
importance: | Medium → Wishlist |
Changed in apt (Ubuntu): | |
importance: | Wishlist → Medium |
To post a comment you must log in.
If I'm not wrong I think the command apt-cache policy <package> show the source it was installed from.