apt-add-repository --remove does not remove deb-src line
Bug #889406 reported by
Thomas Mashos
This bug report is a duplicate of:
Bug #838507: apt-add-repository --remove doesn't remove deb-src entry.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-properties (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When using apt-add-repository --remove, it does not remove the deb-src line, only the deb line. I would expect it to remove both deb and deb-src as when running apt-add-repository it adds both of the lines, so --remove should remove both lines.
Steps to reproduce.
1) apt-add-repository ppa:mythbuntu/0.25
2) apt-add-repository --remove ppa:mythbuntu/0.25
Expected result: repository .list file contains nothing (or file is completely removed)
Actual result: repository .list file contains
deb-src http://
-----
Confirmed using Ubuntu 11.10 with python-
affects: | apt (Ubuntu) → software-properties (Ubuntu) |
Changed in software-properties (Ubuntu): | |
status: | New → Confirmed |
To post a comment you must log in.
Thanks for reporting this bug - I managed to reproduce it. Since this bug has enough information provided for a developer to begin work, I'm going to ask to mark this report as Triaged and let them handle it from here. Thanks for taking the time to make Ubuntu better!