Skip to content

Minor bug fix: on requesting uninstall permission, print each package on a new line #44

@robinpaulson

Description

@robinpaulson

Currently when i use the "umk -u" option, i'm asked if i want to uninstall a series of packages, listed as below:

linux-headers-5.7.5-050705:amd64 linux-headers-5.7.5-050705:all linux-headers-5.7.5-050705-generic:amd64 linux-headers-5.7.5-050705-generic:all linux-image-5.7.5-050705-generic:amd64 linux-image-unsigned-5.7.5-050705-generic:amd64 linux-modules-5.7.5-050705-generic:amd64

This is not so easy to read, it would be much easier to do so if each package were printed on a new line, like so:
linux-headers-5.7.5-050705:amd64
linux-headers-5.7.5-050705:all
linux-headers-5.7.5-050705-generic:amd64
linux-headers-5.7.5-050705-generic:all
linux-image-5.7.5-050705-generic:amd64
linux-image-unsigned-5.7.5-050705-generic:amd64
linux-modules-5.7.5-050705-generic:amd64

Thanks

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions