** Package changed: ubuntu => software-properties (Ubuntu) ** Description changed:
"software-properties-gtk -e" brings duplicated components in /etc/apt/sources.list . $ lsb_release -rd Description: Ubuntu 9.04 Release: 9.04 + + $ dpkg -l | grep software-proper + ii python-software-properties 0.71.5 manage the repositories that you install sof + ii software-properties-gtk 0.71.5 manage the repositories that you install sof ----- Here is an example that shows what happens after the software-properties-gtk -e command is executed: [BEFORE] $ cat /etc/apt/sources.list deb http://ja.archive.ubuntu.com/ubuntu/ jaunty main restricted deb http://ja.archive.ubuntu.com/ubuntu/ jaunty universe $ sudo software-properties-gtk -e universe [AFTER] $ cat /etc/apt/sources.list deb http://ja.archive.ubuntu.com/ubuntu/ jaunty main restricted universe deb http://ja.archive.ubuntu.com/ubuntu/ jaunty universe $ sudo apt-get update Get:1 http://archive.ubuntulinux.jp jaunty Release.gpg [307B] Get:2 http://archive.ubuntulinux.jp jaunty-non-free/ Release.gpg [189B] Get:3 http://archive.ubuntulinux.jp jaunty Release [52.9kB] Get:4 http://archive.ubuntulinux.jp jaunty-non-free/ Release [742B] Ign http://archive.ubuntulinux.jp jaunty/main Packages Hit http://ja.archive.ubuntu.com jaunty Release.gpg Ign http://archive.ubuntulinux.jp jaunty-non-free/ Packages Get:5 http://archive.ubuntulinux.jp jaunty/main Packages [6711B] Get:6 http://archive.ubuntulinux.jp jaunty-non-free/ Packages [2524B] Hit http://ja.archive.ubuntu.com jaunty Release Hit http://ja.archive.ubuntu.com jaunty/main Packages Hit http://ja.archive.ubuntu.com jaunty/restricted Packages Hit http://ja.archive.ubuntu.com jaunty/universe Packages Fetched 63.4kB in 1s (50.7kB/s) Reading package lists... W: Duplicate sources.list entry http://ja.archive.ubuntu.com jaunty/universe Packages (/var/lib/apt/lists/ja.archive.ubuntu.com_ubuntu_dists_jaunty_universe_binary-i386_Packages) W: You may want to run apt-get update to correct these problems ----- Here is an expected result: [AFTER] $ cat /etc/apt/sources.list deb http://ja.archive.ubuntu.com/ubuntu/ jaunty main restricted deb http://ja.archive.ubuntu.com/ubuntu/ jaunty universe -- [Jaunty] "software-properties-gtk -e" brings duplicated components in /etc/apt/sources.list https://bugs.launchpad.net/bugs/372224 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
