5

The Ubuntu Software Center does a fantastic job of inviting new users to explore and try out the software in Ubuntu's repositories. I don't have much experience with it but recently decided to give it a go. I searched for a topic of my interest and installed two applications that sounded promising.

Both were so terrible that I actively want them removed from the Ubuntu Software Center. One was dysfunctional enough that I'd be happy to see it removed from Ubuntu's repositories completely.

What is the proper forum for making such a suggestion? Is there any precedent for this kind of curation?

ændrük
  • 78,496

1 Answers1

6

File a bug against it.:

The bug must have the following elements:

  • which release to remove it from (e.g., hardy)
  • whether to remove both the source package and all binary packages
  • a rationale for why they should be removed
  • confirmation that the binary packages have no rdepends (no other package depends on them)

    • There is checkrdepends in ubuntu-archive-tools, but it needs a mirror to work with.
    • There is reverse-depends and reverse-build-depends in ubuntu-dev-tools, but they only check the architecture you are running on, not all of them.

If you are not an Ubuntu developer use the following process. If you are then subscribe the "ubuntu-archive" team to the bugs. If you need help deciding whether a package ought to be removed, please discuss on the ubuntu-devel mailing list rather than asking the archive administrators.

Refer to https://launchpad.net/ubuntu/+source/ for the reason of the removal of a specific package.

Oli
  • 299,380